mirror of
https://github.com/reactos/reactos.git
synced 2024-12-26 00:54:40 +00:00
Make it compile
svn path=/trunk/; revision=11724
This commit is contained in:
parent
f5c76d2826
commit
25dc91ca69
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue