about summary refs log tree commit diff stats
path: root/src/wrapped/generated/wrappedlibctypes.h
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2022-06-11 10:53:09 +0200
committerptitSeb <sebastien.chev@gmail.com>2022-06-11 10:53:09 +0200
commit1ffbb7bf6bc566f8d17548f766454c6b36786114 (patch)
treef088fff631e493a7ac3bd7db952b17d3daca98f1 /src/wrapped/generated/wrappedlibctypes.h
parent72927195fdea77040513c284a91809b00a0cadd9 (diff)
downloadbox64-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.h1
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) \