From 87b65d1dda66df64a3df0f323fddf43c7c8cb088 Mon Sep 17 00:00:00 2001 From: Adrian Herrera Date: Fri, 8 Apr 2016 23:31:13 +1000 Subject: [PATCH] Small formatting fix --- bindings/haskell/samples/SampleArm64.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/haskell/samples/SampleArm64.hs b/bindings/haskell/samples/SampleArm64.hs index fbed5659..db1158ae 100644 --- a/bindings/haskell/samples/SampleArm64.hs +++ b/bindings/haskell/samples/SampleArm64.hs @@ -61,7 +61,7 @@ testArm64 = do blockHookAdd uc hookBlock () 1 0 -- 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 -- when finishing all the code