mirror of
https://github.com/AsahiLinux/m1n1
synced 2024-11-26 08:20:18 +00:00
hv.py: Disable exception patching
Signed-off-by: Hector Martin <marcan@marcan.st>
This commit is contained in:
parent
f502dc7a83
commit
64973d43a5
1 changed files with 1 additions and 1 deletions
|
@ -253,7 +253,7 @@ class HV:
|
|||
|
||||
ctx.elr += 4
|
||||
|
||||
self.patch_exception_handling()
|
||||
#self.patch_exception_handling()
|
||||
|
||||
return True
|
||||
|
||||
|
|
Loading…
Reference in a new issue