mirror of
https://github.com/AsahiLinux/m1n1
synced 2025-02-17 06:08:28 +00:00
m1n1.hv: Fix bug for sync tracing 64-bit writes
Signed-off-by: Hector Martin <marcan@marcan.st>
This commit is contained in:
parent
77074b9098
commit
08f90e6dd6
1 changed files with 1 additions and 1 deletions
|
@ -460,7 +460,7 @@ class HV(Reloadable):
|
|||
if data.flags.WRITE:
|
||||
mode, ident, read, write, kwargs = maps[0]
|
||||
|
||||
if data.flags.WIDTH < 3:
|
||||
if data.flags.WIDTH <= 3:
|
||||
wval = val[0]
|
||||
else:
|
||||
wval = val
|
||||
|
|
Loading…
Add table
Reference in a new issue