about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2021-03-04 17:54:48 +0100
committerptitSeb <sebastien.chev@gmail.com>2021-03-04 17:54:48 +0100
commit905f5e97bb074bc67028e8be89255bb66b9dbcd9 (patch)
tree3e61f41b8adefad68673bc70921cc1ccf587629d
parentaeca62699e4f8c7029147109aebf406d5a2f0e2e (diff)
downloadbox64-905f5e97bb074bc67028e8be89255bb66b9dbcd9.tar.gz
box64-905f5e97bb074bc67028e8be89255bb66b9dbcd9.zip
Fixed those 2 functions declarations
-rwxr-xr-xsrc/emu/x64run_private.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/x64run_private.h b/src/emu/x64run_private.h
index 9a4c49f1..a3c8ef51 100755
--- a/src/emu/x64run_private.h
+++ b/src/emu/x64run_private.h
@@ -237,8 +237,8 @@ void UpdateFlags(x64emu_t *emu);
 //void RunLock(x64emu_t *emu);
 //void RunLock66(x64emu_t *emu);
 
-void x86Syscall(x64emu_t *emu);
-void x86Int3(x64emu_t* emu);
+void x64Syscall(x64emu_t *emu);
+void x64Int3(x64emu_t* emu);
 //x64emu_t* x64emu_fork(x64emu_t* e, int forktype);
 
 uintptr_t GetSegmentBaseEmu(x64emu_t* emu, int seg);