Commit 1d7f2164 by Doug Evans

(MACHINE_STATE_RESTORE): Add missing .align.

From-SVN: r10940
parent 6db757ba
...@@ -1830,6 +1830,7 @@ while(0) ...@@ -1830,6 +1830,7 @@ while(0)
asm (" jmp %l1");\ asm (" jmp %l1");\
asm (" nop");\ asm (" nop");\
asm (".data");\ asm (".data");\
asm (" .align 4");\
asm ("LFLAGS" ID ":");\ asm ("LFLAGS" ID ":");\
asm (" .word 0");\ asm (" .word 0");\
asm ("LSAVRET" ID ":");\ asm ("LSAVRET" ID ":");\
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment