Author: tkreuzer
Date: Sat Jan 29 14:47:29 2011
New Revision: 50555
URL:
http://svn.reactos.org/svn/reactos?rev=50555&view=rev
Log:
[NTDLL_APITEST]
Make syntax of ZwContinue.S ML compatible
Modified:
trunk/rostests/apitests/ntdll/i386/ZwContinue.S
Modified: trunk/rostests/apitests/ntdll/i386/ZwContinue.S
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/ntdll/i386/ZwCon…
==============================================================================
--- trunk/rostests/apitests/ntdll/i386/ZwContinue.S [iso-8859-1] (original)
+++ trunk/rostests/apitests/ntdll/i386/ZwContinue.S [iso-8859-1] Sat Jan 29 14:47:29 2011
@@ -4,9 +4,9 @@
// cpu 486
-.text
+.code
-extern _check
+EXTERN _check:PROC
PUBLIC _continuePoint
_continuePoint: