From 0d7a1c46a0e74fd52e9fec7e1d46d65f34961231 Mon Sep 17 00:00:00 2001 From: Timo Kreuzer Date: Tue, 2 Nov 2010 00:03:41 +0000 Subject: [PATCH] [ASM] Fix dummy ASSUME svn path=/branches/cmake-bringup/; revision=49420 --- include/reactos/asm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/reactos/asm.h b/include/reactos/asm.h index 90d96f53059..f617926d1b5 100644 --- a/include/reactos/asm.h +++ b/include/reactos/asm.h @@ -123,7 +123,7 @@ ENDM .endm /* Dummy ASSUME */ -.macro ASSUME +.macro ASSUME p1 p2 p3 p4 p5 p6 p7 p8 .endm /* MASM compatible ALIGN */