From e42aba760f47d1ab2deb7061f6212610d89d4890 Mon Sep 17 00:00:00 2001 From: Nguyen Anh Quynh Date: Sun, 31 Jan 2016 14:07:35 +0800 Subject: [PATCH] fix a typo in test_tb_x86.c --- tests/unit/test_tb_x86.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/test_tb_x86.c b/tests/unit/test_tb_x86.c index 187e5a69..bf691e8b 100644 --- a/tests/unit/test_tb_x86.c +++ b/tests/unit/test_tb_x86.c @@ -150,7 +150,7 @@ static void hook_code32(uc_engine *uc, printf("FAILED EAX register not having 0x5ffffff9\n"); exit(-1); } - printf("EAX = %8.8x\n", ecx); + printf("ECX = %8.8x\n", ecx); printf("%8.8x + 0x41 = %8.8x\n", 0x5ffffff9, 0x5ffffff9 + 0x41);