From f90c076369656caf435ecf9b0c633c1025057009 Mon Sep 17 00:00:00 2001 From: Petar Jovanovic Date: Fri, 29 Aug 2014 17:34:22 +0000 Subject: [PATCH] mips: remove unused macro 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 | 3 --- 1 file changed, 3 deletions(-) diff --git a/VEX/priv/guest_mips_helpers.c b/VEX/priv/guest_mips_helpers.c index e76da14b5a..0b10208830 100644 --- a/VEX/priv/guest_mips_helpers.c +++ b/VEX/priv/guest_mips_helpers.c @@ -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 ) { -- 2.47.2