diff src/cpu/x86/vm/macroAssembler_x86.cpp @ 7204:f0c2369fda5a

8003250: SPARC: move MacroAssembler into separate file Reviewed-by: jrose, kvn
author twisti
date Thu, 06 Dec 2012 09:57:41 -0800
parents cd3d6a6b95d9
children 2c7f594145dc
line wrap: on
line diff
--- a/src/cpu/x86/vm/macroAssembler_x86.cpp	Mon Nov 26 15:11:55 2012 +0100
+++ b/src/cpu/x86/vm/macroAssembler_x86.cpp	Thu Dec 06 09:57:41 2012 -0800
@@ -54,6 +54,10 @@
 #define BIND(label) bind(label); BLOCK_COMMENT(#label ":")
 
 
+#ifdef ASSERT
+bool AbstractAssembler::pd_check_instruction_mark() { return true; }
+#endif
+
 static Assembler::Condition reverse[] = {
     Assembler::noOverflow     /* overflow      = 0x0 */ ,
     Assembler::overflow       /* noOverflow    = 0x1 */ ,