소스 검색

Whoops

tags/v0.9.3
Michael Brown 19 년 전
부모
커밋
e27ebad4b2
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2
    2
      src/core/nic.c

+ 2
- 2
src/core/nic.c 파일 보기

@@ -380,8 +380,8 @@ int dummy_connect ( struct nic *nic __unused ) {
380 380
 	return 1;
381 381
 }
382 382
 
383
-int dummy_irq ( struct nic *nic __unused, irq_action_t irq_action __unused ) {
384
-	return 1;
383
+void dummy_irq ( struct nic *nic __unused, irq_action_t irq_action __unused ) {
384
+	return;
385 385
 }
386 386
 
387 387
 /**************************************************************************

Loading…
취소
저장