diff src/share/vm/asm/assembler.hpp @ 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 18d56ca3e901
line wrap: on
line diff
--- a/src/share/vm/asm/assembler.hpp	Mon Nov 26 15:11:55 2012 +0100
+++ b/src/share/vm/asm/assembler.hpp	Thu Dec 06 09:57:41 2012 -0800
@@ -247,7 +247,7 @@
 #ifdef ASSERT
   // Make it return true on platforms which need to verify
   // instruction boundaries for some operations.
-  inline static bool pd_check_instruction_mark();
+  static bool pd_check_instruction_mark();
 
   // Add delta to short branch distance to verify that it still fit into imm8.
   int _short_branch_delta;