< prev index next >

src/cpu/aarch64/vm/macroAssembler_aarch64.hpp

Print this page
rev 13107 : imported patch jvm_h

*** 939,949 **** static void debug64(char* msg, int64_t pc, int64_t regs[]); 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"); } // Stack overflow checking void bang_stack_with_offset(int offset) { --- 939,949 ---- static void debug64(char* msg, int64_t pc, int64_t regs[]); void untested() { stop("untested"); } ! void unimplemented(const char* what = ""); void should_not_reach_here() { stop("should not reach here"); } // Stack overflow checking void bang_stack_with_offset(int offset) {
< prev index next >