mirror of
https://github.com/AsahiLinux/m1n1
synced 2025-02-16 21:58:27 +00:00
m1n1.proxyutils: Fix instruction cache
Signed-off-by: Asahi Lina <lina@asahilina.net>
This commit is contained in:
parent
0aed256416
commit
cb9f7cd685
1 changed files with 3 additions and 0 deletions
|
@ -172,6 +172,9 @@ class ProxyUtils(Reloadable):
|
|||
else:
|
||||
call, region = self.exec_modes[call]
|
||||
|
||||
if isinstance(op, list):
|
||||
op = tuple(op)
|
||||
|
||||
if op in self.inst_cache:
|
||||
func = self.inst_cache[op]
|
||||
elif isinstance(op, tuple) or isinstance(op, list):
|
||||
|
|
Loading…
Add table
Reference in a new issue