mirror of
https://github.com/justinian/jsix.git
synced 2025-12-10 08:24:32 -08:00
Spend a few more bytes on 'push' instruction to clear warnings
This commit is contained in:
@@ -92,8 +92,8 @@ irq_handler_prelude:
|
|||||||
global %1
|
global %1
|
||||||
%1:
|
%1:
|
||||||
cli
|
cli
|
||||||
push byte 0
|
push 0
|
||||||
push byte %2
|
push %2
|
||||||
jmp isr_handler_prelude
|
jmp isr_handler_prelude
|
||||||
%endmacro
|
%endmacro
|
||||||
|
|
||||||
@@ -101,7 +101,7 @@ irq_handler_prelude:
|
|||||||
global %1
|
global %1
|
||||||
%1:
|
%1:
|
||||||
cli
|
cli
|
||||||
push byte %2
|
push %2
|
||||||
jmp isr_handler_prelude
|
jmp isr_handler_prelude
|
||||||
%endmacro
|
%endmacro
|
||||||
|
|
||||||
@@ -109,8 +109,8 @@ irq_handler_prelude:
|
|||||||
global %1
|
global %1
|
||||||
%1:
|
%1:
|
||||||
cli
|
cli
|
||||||
push byte 0
|
push 0
|
||||||
push byte %2
|
push %2
|
||||||
jmp irq_handler_prelude
|
jmp irq_handler_prelude
|
||||||
%endmacro
|
%endmacro
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user