< prev index next >

src/cpu/ppc/vm/macroAssembler_ppc.inline.hpp

Print this page
rev 8389 : 8080684: PPC64: Fix little-endian build after "8077838: Recent developments for ppc"

@@ -421,12 +421,8 @@
 }
 inline void MacroAssembler::trap_range_check_ge(Register a, int si16) {
   twi(traptoEqual | traptoGreaterThanUnsigned, a/*reg a*/, si16);
 }
 
-#if defined(ABI_ELFv2)
-inline address MacroAssembler::function_entry() { return pc(); }
-#else
 inline address MacroAssembler::function_entry() { return emit_fd(); }
-#endif
 
 #endif // CPU_PPC_VM_MACROASSEMBLER_PPC_INLINE_HPP
< prev index next >