mirror of
https://github.com/AsahiLinux/m1n1
synced 2024-11-22 22:53:04 +00:00
hv.py: Make ^D exit the hypervisor, not cont
Signed-off-by: Hector Martin <marcan@marcan.st>
This commit is contained in:
parent
4b3f527de9
commit
76b690e767
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ class HV:
|
|||
ret = shell.run_shell(locals, "Entering debug shell", "Returning from exception")
|
||||
|
||||
if ret is None:
|
||||
ret = EXC_RET.HANDLED
|
||||
ret = EXC_RET.EXIT_GUEST
|
||||
|
||||
self.iface.writemem(info, ExcInfo.build(self.ctx))
|
||||
self.p.exit(ret)
|
||||
|
|
Loading…
Reference in a new issue