mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2024-12-23 09:55:33 +00:00
Small formatting fix
This commit is contained in:
parent
b250d599b9
commit
87b65d1dda
|
@ -61,7 +61,7 @@ testArm64 = do
|
||||||
blockHookAdd uc hookBlock () 1 0
|
blockHookAdd uc hookBlock () 1 0
|
||||||
|
|
||||||
-- Tracing one instruction at address with customized callback
|
-- Tracing one instruction at address with customized callback
|
||||||
codeHookAdd uc hookCode ()address address
|
codeHookAdd uc hookCode () address address
|
||||||
|
|
||||||
-- Emulate machine code in infinite time (last param = Nothing), or
|
-- Emulate machine code in infinite time (last param = Nothing), or
|
||||||
-- when finishing all the code
|
-- when finishing all the code
|
||||||
|
|
Loading…
Reference in a new issue