progress?
This commit is contained in:
@ -3,6 +3,7 @@ extern exception_handler
|
||||
%macro isr_err_stub 1
|
||||
isr_stub_%+%1:
|
||||
pushad
|
||||
cld
|
||||
push dword %1
|
||||
call exception_handler
|
||||
popad
|
||||
@ -12,6 +13,7 @@ isr_stub_%+%1:
|
||||
%macro isr_no_err_stub 1
|
||||
isr_stub_%+%1:
|
||||
pushad
|
||||
cld
|
||||
push dword %1
|
||||
call exception_handler
|
||||
popad
|
||||
|
Reference in New Issue
Block a user