Skip to content

Commit

Permalink
int 9 can be ignored
Browse files Browse the repository at this point in the history
  • Loading branch information
SilverRainZ committed Dec 13, 2014
1 parent aa05a6c commit b68b3e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kern/entry.S
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ _hwint_ret:

%macro hwint 1
_hwint%1:
%if %1 != 8 && %1 != 17 && %1 != 30 && (%1 < 10 || %1 > 14)
%if %1 != 17 && %1 != 30 && (%1 < 8 || %1 > 14)
push dword 0
%endif
push dword %1
Expand Down

0 comments on commit b68b3e4

Please sign in to comment.