< prev index next >

src/cpu/ppc/vm/macroAssembler_ppc.cpp

Print this page
rev 8978 : imported patch remove_err_msg

*** 4290,4300 **** "shouldnotreachhere" }; static void stop_on_request(int tp, const char* msg) { tty->print("PPC assembly code requires stop: (%s) %s\n", stop_types[tp%/*stop_end*/4], msg); ! guarantee(false, err_msg("PPC assembly code requires stop: %s", msg)); } // Call a C-function that prints output. void MacroAssembler::stop(int type, const char* msg, int id) { #ifndef PRODUCT --- 4290,4300 ---- "shouldnotreachhere" }; static void stop_on_request(int tp, const char* msg) { tty->print("PPC assembly code requires stop: (%s) %s\n", stop_types[tp%/*stop_end*/4], msg); ! guarantee(false, "PPC assembly code requires stop: %s", msg); } // Call a C-function that prints output. void MacroAssembler::stop(int type, const char* msg, int id) { #ifndef PRODUCT
< prev index next >