panda_stop

Function panda_stop 

Source
pub unsafe extern "C" fn panda_stop(code: c_int)
Expand description

panda_stop() - Pauses the guest being emulated. @code: New state to assign to guest cpu.

This is only used to pause emulation, with code=4. XXX: Perhaps rename and un-expose code arg?