From 25dc91ca694cd9784763e466193fa34bfccdcbdb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A9=20van=20Geldorp?= Date: Sat, 20 Nov 2004 22:20:12 +0000 Subject: [PATCH] Make it compile svn path=/trunk/; revision=11724 --- rosapps/tests/zwcontinue/i386/zwcontinue.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rosapps/tests/zwcontinue/i386/zwcontinue.asm b/rosapps/tests/zwcontinue/i386/zwcontinue.asm index c8116412389..829fd24285b 100644 --- a/rosapps/tests/zwcontinue/i386/zwcontinue.asm +++ b/rosapps/tests/zwcontinue/i386/zwcontinue.asm @@ -1,4 +1,4 @@ -cpu 486 +; cpu 486 segment .text use32 extern _check @@ -9,7 +9,7 @@ _continuePoint: push dword 0 pushfd push cs - push _continuePoint + push dword _continuePoint push ebp push eax