Skip to content

Commit c5a9a59

Browse files
committed
fix function misspelling in last commit
1 parent 26b3c6b commit c5a9a59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/intr.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ void end_of_irq(int irq)
252252
disable_intr();
253253

254254
if(!eoi_pending) {
255-
set_intr_flags(intr_state);
255+
set_intr_flag(intr_state);
256256
return;
257257
}
258258
eoi_pending = 0;

0 commit comments

Comments
 (0)