Improve the UNIMPLEMENTED macro. Dedicated to aicom.
authorTimo Kreuzer <timo.kreuzer@reactos.org>
Wed, 3 Feb 2010 16:57:14 +0000 (16:57 +0000)
committerTimo Kreuzer <timo.kreuzer@reactos.org>
Wed, 3 Feb 2010 16:57:14 +0000 (16:57 +0000)
svn path=/branches/ros-amd64-bringup/; revision=45394

reactos/include/reactos/asm.h

index daac7d2..d0a911e 100644 (file)
@@ -140,7 +140,7 @@ code = 1
 .macro UNIMPLEMENTED2 file, line, func
 
     jmp 3f
-1:  .asciz \func
+1:  .asciz "\func"
 2:  .asciz \file
 3:
     sub rsp, 0x20