diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2024-02-09 15:19:05 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2024-02-09 15:19:05 +0100 |
| commit | 5a203222516ad0306211df599dcabdb397509bf9 (patch) | |
| tree | 22880a9be60009378a13bcaf7b17d59a40f45fa1 /src/wrapped/generated/wrapper.h | |
| parent | 89b5e1163dc79b33f978d37a51976ec5118165c4 (diff) | |
| download | box64-5a203222516ad0306211df599dcabdb397509bf9.tar.gz box64-5a203222516ad0306211df599dcabdb397509bf9.zip | |
[WRAPPING] Added supot for the 'long double complex' type
Diffstat (limited to 'src/wrapped/generated/wrapper.h')
| -rw-r--r-- | src/wrapped/generated/wrapper.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/wrapped/generated/wrapper.h b/src/wrapped/generated/wrapper.h index 7b807acf..bd9cb116 100644 --- a/src/wrapped/generated/wrapper.h +++ b/src/wrapped/generated/wrapper.h @@ -1,5 +1,5 @@ /******************************************************************* - * File automatically generated by rebuild_wrappers.py (v2.4.0.20) * + * File automatically generated by rebuild_wrappers.py (v2.4.0.21) * *******************************************************************/ #ifndef __WRAPPER_H_ #define __WRAPPER_H_ @@ -3059,7 +3059,9 @@ void iFpppppppppppppppppppppppppppppppppp(x64emu_t *emu, uintptr_t fnc); #if defined(HAVE_LD80BITS) void DFD(x64emu_t *emu, uintptr_t fnc); +void DFY(x64emu_t *emu, uintptr_t fnc); void lFD(x64emu_t *emu, uintptr_t fnc); +void YFY(x64emu_t *emu, uintptr_t fnc); void IFED(x64emu_t *emu, uintptr_t fnc); void DFiD(x64emu_t *emu, uintptr_t fnc); void lFDD(x64emu_t *emu, uintptr_t fnc); @@ -3068,7 +3070,9 @@ void DFDDD(x64emu_t *emu, uintptr_t fnc); #if !defined(HAVE_LD80BITS) void KFK(x64emu_t *emu, uintptr_t fnc); +void KFy(x64emu_t *emu, uintptr_t fnc); void lFK(x64emu_t *emu, uintptr_t fnc); +void yFy(x64emu_t *emu, uintptr_t fnc); void IFEK(x64emu_t *emu, uintptr_t fnc); void KFiK(x64emu_t *emu, uintptr_t fnc); void KFKK(x64emu_t *emu, uintptr_t fnc); |