Author: tkreuzer
Date: Wed Feb 3 00:48:03 2010
New Revision: 45382
URL:
http://svn.reactos.org/svn/reactos?rev=45382&view=rev
Log:
Fix the UNIMPLEMENTED macro
Modified:
branches/ros-amd64-bringup/reactos/include/reactos/asm.h
Modified: branches/ros-amd64-bringup/reactos/include/reactos/asm.h
URL:
http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/inclu…
==============================================================================
--- branches/ros-amd64-bringup/reactos/include/reactos/asm.h [iso-8859-1] (original)
+++ branches/ros-amd64-bringup/reactos/include/reactos/asm.h [iso-8859-1] Wed Feb 3
00:48:03 2010
@@ -137,13 +137,11 @@
.macro .endprolog
.endm
-// Note the file1. This is a hack, as "\file" doesn't work with __FILE__,
when
-// .altmacro is specified.
-.macro UNIMPLEMENTED2 file1, line, func
+.macro UNIMPLEMENTED2 file, line, func
jmp 3f
-1: .asciz "\func"
-2: .asciz "\file"
+1: .asciz \func
+2: .asciz \file
3:
sub rsp, 0x20
lea rcx, _MsgUnimplemented[rip]