diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2024-12-17 14:46:09 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2024-12-17 14:46:09 +0100 |
| commit | e751d41ba77846e6f62d49d238d9bd31cbaa8cbd (patch) | |
| tree | 554a3f0a701395079756216bbd2ecd83573d6769 /src/include | |
| parent | 7fd884b9c110eeb236dc909737917c62b70c5d43 (diff) | |
| download | box64-e751d41ba77846e6f62d49d238d9bd31cbaa8cbd.tar.gz box64-e751d41ba77846e6f62d49d238d9bd31cbaa8cbd.zip | |
Some (mostly) cosmetic change to x64emu initializers
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/x64emu.h | 2 |
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); |