< prev index next >

src/cpu/ppc/vm/macroAssembler_ppc.cpp

Print this page
rev 8978 : imported patch remove_err_msg

@@ -4290,11 +4290,11 @@
   "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));
+  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 >