From 9ae5d6121295599bff75012b44adebabd0908ead Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Tue, 2 Mar 2021 11:49:09 +0100 Subject: Initializing x64emu structure --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index f64996cf..32e84a21 100755 --- a/src/main.c +++ b/src/main.c @@ -818,7 +818,7 @@ int main(int argc, const char **argv, const char **env) { return -1; } // init x86_64 emu - //x64emu_t *emu = NewX64Emu(my_context, my_context->ep, (uintptr_t)my_context->stack, my_context->stacksz, 0); + x64emu_t *emu = NewX64Emu(my_context, my_context->ep, (uintptr_t)my_context->stack, my_context->stacksz, 0); return 0; -- cgit 1.4.1