mirror of
https://github.com/AsahiLinux/m1n1
synced 2024-11-10 09:44:13 +00:00
m1n1.hv: Fix broken cpu# in SYNC tracers
Signed-off-by: Hector Martin <marcan@marcan.st>
This commit is contained in:
parent
74dece703e
commit
ff1b668a5d
1 changed files with 1 additions and 0 deletions
|
@ -442,6 +442,7 @@ class HV(Reloadable):
|
|||
first += 1
|
||||
|
||||
flags = data.flags.copy()
|
||||
flags.CPU = self.ctx.cpu_id
|
||||
width = data.flags.WIDTH
|
||||
|
||||
if width > 3:
|
||||
|
|
Loading…
Reference in a new issue