diff options
Diffstat (limited to 'src/tools/box64stack.c')
| -rw-r--r-- | src/tools/box64stack.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/box64stack.c b/src/tools/box64stack.c index 44596b98..d1c55d07 100644 --- a/src/tools/box64stack.c +++ b/src/tools/box64stack.c @@ -77,7 +77,7 @@ void SetupInitialStack(x64emu_t *emu) uintptr_t p_random = real_getauxval(25); if(!p_random) { for (int i=0; i<4; ++i) - Push64(emu, random()); + Push32(emu, random()); p_random = R_RSP; } // align |