diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2021-03-13 13:11:06 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2021-03-13 13:11:06 +0100 |
| commit | ae4f43fdb99f4381525596c2790ed89fec9ab6da (patch) | |
| tree | 44da102242e5ed278f3294fddf0422627140949b /src/include/myalign.h | |
| parent | 4ce40ad239b2d172f18f2c016db8251b9adc6223 (diff) | |
| download | box64-ae4f43fdb99f4381525596c2790ed89fec9ab6da.tar.gz box64-ae4f43fdb99f4381525596c2790ed89fec9ab6da.zip | |
Added many wrapped function, and fixed a few one too
Diffstat (limited to 'src/include/myalign.h')
| -rwxr-xr-x | src/include/myalign.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/myalign.h b/src/include/myalign.h index a222e3ff..9ffc42d9 100755 --- a/src/include/myalign.h +++ b/src/include/myalign.h @@ -86,6 +86,7 @@ typedef struct x64emu_s x64emu_t; // 1st pos is of vaarg is 0, not 1! void myStackAlign(x64emu_t* emu, const char* fmt, uint64_t* st, uint64_t* mystack, int xmm, int pos); +void myStackAlignScanf(x64emu_t* emu, const char* fmt, uint64_t* st, uint64_t* mystack, int pos); void myStackAlignGVariantNew(x64emu_t* emu, const char* fmt, uint64_t* st, uint64_t* mystack, int xmm, int pos); void myStackAlignW(x64emu_t* emu, const char* fmt, uint64_t* st, uint64_t* mystack, int xmm, int pos); |