< prev index next >

src/cpu/x86/vm/macroAssembler_x86.hpp

Print this page
rev 13107 : imported patch jvm_h

*** 626,636 **** void os_breakpoint(); void untested() { stop("untested"); } ! void unimplemented(const char* what = "") { char* b = new char[1024]; jio_snprintf(b, 1024, "unimplemented: %s", what); stop(b); } void should_not_reach_here() { stop("should not reach here"); } void print_CPU_state(); --- 626,636 ---- void os_breakpoint(); void untested() { stop("untested"); } ! void unimplemented(const char* what = ""); void should_not_reach_here() { stop("should not reach here"); } void print_CPU_state();
< prev index next >