From 0efb2e9187046d4f59165480bb83b5e9e34da1d0 Mon Sep 17 00:00:00 2001 From: Timo Kreuzer Date: Wed, 3 Feb 2010 16:57:14 +0000 Subject: [PATCH] Improve the UNIMPLEMENTED macro. Dedicated to aicom. svn path=/branches/ros-amd64-bringup/; revision=45394 --- reactos/include/reactos/asm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/include/reactos/asm.h b/reactos/include/reactos/asm.h index daac7d26cea..d0a911ec792 100644 --- a/reactos/include/reactos/asm.h +++ b/reactos/include/reactos/asm.h @@ -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 -- 2.17.1