< prev index next >

src/cpu/zero/vm/debug_zero.cpp

Print this page
rev 7424 : improve secondary signal handling

*** 33,37 **** --- 33,45 ---- #include "utilities/top.hpp" void pd_ps(frame f) { ShouldNotCallThis(); } + + #ifndef PRODUCT + // return an instruction which will generate a SIGILL + bool get_illegal_instruction_sequence(uint8_t buf[8]) { + return false; + } + #endif +
< prev index next >