mirror of
https://github.com/AsahiLinux/m1n1
synced 2024-11-25 16:10:16 +00:00
experiments/cpu_pstate_latencies.py: Fix the asm
Signed-off-by: Hector Martin <marcan@marcan.st>
This commit is contained in:
parent
6d9bc7fa8f
commit
ecceec9b5c
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ timelog:
|
|||
sub x1, x1, #1
|
||||
cbnz x1, 1b
|
||||
|
||||
|
||||
ret
|
||||
""", code)
|
||||
iface.writemem(code, util.data)
|
||||
p.dc_cvau(code, len(util.data))
|
||||
|
|
Loading…
Reference in a new issue