|
From: <sv...@va...> - 2014-08-29 17:34:34
|
Author: petarj
Date: Fri Aug 29 17:34:22 2014
New Revision: 2937
Log:
mips: remove unused macro
Remove unused instance of macro ASM_VOLATILE_CASE(rd, sel).
Modified:
trunk/priv/guest_mips_helpers.c
Modified: trunk/priv/guest_mips_helpers.c
==============================================================================
--- trunk/priv/guest_mips_helpers.c (original)
+++ trunk/priv/guest_mips_helpers.c Fri Aug 29 17:34:22 2014
@@ -1072,9 +1072,6 @@
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 )
{
|