mirror of
https://github.com/AsahiLinux/m1n1
synced 2025-02-18 14:48:28 +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
|
first += 1
|
||||||
|
|
||||||
flags = data.flags.copy()
|
flags = data.flags.copy()
|
||||||
|
flags.CPU = self.ctx.cpu_id
|
||||||
width = data.flags.WIDTH
|
width = data.flags.WIDTH
|
||||||
|
|
||||||
if width > 3:
|
if width > 3:
|
||||||
|
|
Loading…
Add table
Reference in a new issue