diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2021-09-21 20:50:52 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2021-09-21 20:50:52 +0200 |
| commit | 7e4af27ba761b2feb2ba444f85f7889b9de4c2a6 (patch) | |
| tree | b80bd2362839bebcd3a94387fccdf437b1297ddd /src/libtools | |
| parent | 06bbf93bf876c107ff41593a75fe6fa8a6d6a779 (diff) | |
| download | box64-7e4af27ba761b2feb2ba444f85f7889b9de4c2a6.tar.gz box64-7e4af27ba761b2feb2ba444f85f7889b9de4c2a6.zip | |
More work on gtk and nss3+friends
Diffstat (limited to 'src/libtools')
| -rwxr-xr-x | src/libtools/myalign.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libtools/myalign.c b/src/libtools/myalign.c index 3c6f6b3f..81bca493 100755 --- a/src/libtools/myalign.c +++ b/src/libtools/myalign.c @@ -804,7 +804,7 @@ void AlignSemidDs(void *dest, const void* source) uintptr_t getVArgs(x64emu_t* emu, int pos, uintptr_t* b, int N) { - if((pos+N)>6) + if((pos+N)>5) return b[pos+N-6]; return emu->regs[regs_abi[pos+N]].q[0]; } \ No newline at end of file |