helper: report exit by guest
This commit is contained in:
parent
2b96aa2f41
commit
ecdcafd570
1 changed files with 1 additions and 0 deletions
|
|
@ -19,6 +19,7 @@ void helper_raise_unimplemented_instruction(void) {
|
|||
}
|
||||
|
||||
void helper_exit(CPUCR16CState *env) {
|
||||
qemu_printf("Guest requested exit\n");
|
||||
exit(env->r[0]);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue