- Revert 49927 "Update to trunk" as it breaks KsStudio (again)
[reactos.git] / lib / sdk / crt / except / amd64 / chkstk_asm.s
index b1486de..4008d4f 100644 (file)
@@ -8,10 +8,11 @@
 
 /* INCLUDES ******************************************************************/
 
-#include <asm.inc>
+#include <reactos/asm.h>
 
+.intel_syntax noprefix
 
-PUBLIC MsgUnimplemented
+.global MsgUnimplemented
 MsgUnimplemented:
 .asciz "WARNING:  %s at %s:%d is UNIMPLEMENTED!\n"
 
@@ -26,5 +27,4 @@ MsgUnimplemented:
     ret
 .endp
 
-END
 /* EOF */