]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
mips: remove unused macro
authorPetar Jovanovic <mips32r2@gmail.com>
Fri, 29 Aug 2014 17:34:22 +0000 (17:34 +0000)
committerPetar Jovanovic <mips32r2@gmail.com>
Fri, 29 Aug 2014 17:34:22 +0000 (17:34 +0000)
Remove unused instance of macro ASM_VOLATILE_CASE(rd, sel).

git-svn-id: svn://svn.valgrind.org/vex/trunk@2937

VEX/priv/guest_mips_helpers.c

index e76da14b5a4cbeea51374669f20963efdd1decbc..0b1020883071a9b7209885d68bba5ae55b613479 100644 (file)
@@ -1072,9 +1072,6 @@ ULong mips64_dirtyhelper_dmfc0 ( UInt rd, UInt sel )
    return x;
 }
 
-#define ASM_VOLATILE_CASE(rd, sel) \
-   case rd: asm volatile ("dmfc0 %0, $" #rd ", "#sel"\n\t" :"=r" (x) ); break;
-
 #if defined(__mips__) && ((defined(__mips_isa_rev) && __mips_isa_rev >= 2))
 UInt mips32_dirtyhelper_rdhwr ( UInt rt, UInt rd )
 {