Make it compile

svn path=/trunk/; revision=11724
This commit is contained in:
Gé van Geldorp 2004-11-20 22:20:12 +00:00
parent f5c76d2826
commit 25dc91ca69

View file

@ -1,4 +1,4 @@
cpu 486 ; cpu 486
segment .text use32 segment .text use32
extern _check extern _check
@ -9,7 +9,7 @@ _continuePoint:
push dword 0 push dword 0
pushfd pushfd
push cs push cs
push _continuePoint push dword _continuePoint
push ebp push ebp
push eax push eax