Author: tkreuzer Date: Sun Oct 2 19:47:29 2011 New Revision: 53939
URL: http://svn.reactos.org/svn/reactos?rev=53939&view=rev Log: [ASM] Add data32 prefix for MSVC
Modified: trunk/reactos/include/asm/asm.inc
Modified: trunk/reactos/include/asm/asm.inc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/asm/asm.inc?rev=539... ============================================================================== --- trunk/reactos/include/asm/asm.inc [iso-8859-1] (original) +++ trunk/reactos/include/asm/asm.inc [iso-8859-1] Sun Oct 2 19:47:29 2011 @@ -155,6 +155,11 @@ DB 0EAh DW offset DW segment +ENDM + +data32 MACRO opcode:VARARG + DB 66h + opcode ENDM
UNIMPLEMENTED MACRO name