[REACTOS] Add asm.h containing macros to make assembly code both GAS and ML compatibl...
[reactos.git] / reactos / ntoskrnl / ke / i386 / usercall_asm.S
index 017a736..2da7268 100644 (file)
@@ -8,12 +8,15 @@
 
 /* INCLUDES ******************************************************************/
 
-#include <asm.h>
+#include <reactos/asm.h>
+#include <ndk/i386/asm.h>
 #include <internal/i386/asmmacro.S>
-.intel_syntax noprefix
 
 /* FUNCTIONS ****************************************************************/
 
+.code32
+.text
+
 .globl _KiGetUserModeStackAddress@0
 .func KiGetUserModeStackAddress@0
 _KiGetUserModeStackAddress@0: