about summary refs log tree commit diff stats
path: root/src/include
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2024-12-17 14:46:09 +0100
committerptitSeb <sebastien.chev@gmail.com>2024-12-17 14:46:09 +0100
commite751d41ba77846e6f62d49d238d9bd31cbaa8cbd (patch)
tree554a3f0a701395079756216bbd2ecd83573d6769 /src/include
parent7fd884b9c110eeb236dc909737917c62b70c5d43 (diff)
downloadbox64-e751d41ba77846e6f62d49d238d9bd31cbaa8cbd.tar.gz
box64-e751d41ba77846e6f62d49d238d9bd31cbaa8cbd.zip
Some (mostly) cosmetic change to x64emu initializers
Diffstat (limited to 'src/include')
-rw-r--r--src/include/x64emu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/x64emu.h b/src/include/x64emu.h
index 8c08a0c2..8b6fa4cb 100644
--- a/src/include/x64emu.h
+++ b/src/include/x64emu.h
@@ -6,7 +6,7 @@ typedef struct box64context_s box64context_t;
 typedef struct elfheader_s elfheader_t;
 
 x64emu_t *NewX64Emu(box64context_t *context, uintptr_t start, uintptr_t stack, int stacksize, int ownstack);
-x64emu_t *NewX64EmuFromStack(x64emu_t* emu, box64context_t *context, uintptr_t start, uintptr_t stack, int stacksize, int ownstack);
+x64emu_t *NewX64EmuFromStack(x64emu_t* emu, box64context_t *context, uintptr_t start, uintptr_t stack, int stacksize);
 void SetupX64Emu(x64emu_t *emu, x64emu_t *ref);
 void FreeX64Emu(x64emu_t **x64emu);
 void FreeX64EmuFromStack(x64emu_t **emu);