From 683f5d64b94a1ee9d7ac486c0548c4ef43465b53 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Sat, 2 Sep 2023 14:56:56 +0200 Subject: [ANDROID] Oh, again another attempt to fix the build (and still my fault, typo, typo, typo) --- src/emu/x64run_private.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/emu/x64run_private.c b/src/emu/x64run_private.c index 9427eb71..5056ff90 100644 --- a/src/emu/x64run_private.c +++ b/src/emu/x64run_private.c @@ -41,7 +41,7 @@ void EXPORT my___libc_init(x64emu_t* emu, void* raw_args __unused, void (*onexit // should call structors->preinit_array and structors->init_array! // call main and finish PushExit(emu); - R_RIP=(untptr_t)main; + R_RIP=(uintptr_t)main; DynaRun(emu); -- cgit 1.4.1