diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2022-06-11 10:53:09 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2022-06-11 10:53:09 +0200 |
| commit | 1ffbb7bf6bc566f8d17548f766454c6b36786114 (patch) | |
| tree | f088fff631e493a7ac3bd7db952b17d3daca98f1 /src/wrapped/generated/wrappedlibctypes.h | |
| parent | 72927195fdea77040513c284a91809b00a0cadd9 (diff) | |
| download | box64-1ffbb7bf6bc566f8d17548f766454c6b36786114.tar.gz box64-1ffbb7bf6bc566f8d17548f766454c6b36786114.zip | |
Added __cxa_pure_virtual wrapped function (for #299)
Diffstat (limited to 'src/wrapped/generated/wrappedlibctypes.h')
| -rw-r--r-- | src/wrapped/generated/wrappedlibctypes.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wrapped/generated/wrappedlibctypes.h b/src/wrapped/generated/wrappedlibctypes.h index 58d9dad6..2e911b45 100644 --- a/src/wrapped/generated/wrappedlibctypes.h +++ b/src/wrapped/generated/wrappedlibctypes.h @@ -85,6 +85,7 @@ typedef int64_t (*iFppipppp_t)(void*, void*, int64_t, void*, void*, void*, void* #define SUPER() ADDED_FUNCTIONS() \ GO(_Jv_RegisterClasses, vFv_t) \ + GO(__cxa_pure_virtual, vFv_t) \ GO(__stack_chk_fail, vFv_t) \ GO(_ITM_deregisterTMCloneTable, vFp_t) \ GO(__cxa_finalize, vFp_t) \ |