diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2021-04-02 14:27:11 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2021-04-02 14:27:11 +0200 |
| commit | f781537adbe4461a72ac61bf24ace40b63c0d1c7 (patch) | |
| tree | 72c69152900f55a9116d6e971609b895113cba23 /src/include | |
| parent | c2c65f46cb4af0b4b7e05fc44d8f897f2b14ccdc (diff) | |
| download | box64-f781537adbe4461a72ac61bf24ace40b63c0d1c7.tar.gz box64-f781537adbe4461a72ac61bf24ace40b63c0d1c7.zip | |
Added wrapped swscanf
Diffstat (limited to 'src/include')
| -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 6822ec26..0278fdf4 100755 --- a/src/include/myalign.h +++ b/src/include/myalign.h @@ -89,6 +89,7 @@ void myStackAlign(x64emu_t* emu, const char* fmt, uint64_t* st, uint64_t* mystac 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); +void myStackAlignScanfW(x64emu_t* emu, const char* fmt, uint64_t* st, uint64_t* mystack, int pos); struct x64_stat64 { /* x86_64 arm64 */ uint64_t st_dev; /* 0 */ /* 0 */ |