about summary refs log tree commit diff stats
path: root/src/wrapped/generated
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
parent72927195fdea77040513c284a91809b00a0cadd9 (diff)
downloadbox64-1ffbb7bf6bc566f8d17548f766454c6b36786114.tar.gz
box64-1ffbb7bf6bc566f8d17548f766454c6b36786114.zip
Added __cxa_pure_virtual wrapped function (for #299)
Diffstat (limited to 'src/wrapped/generated')
-rw-r--r--src/wrapped/generated/functions_list.txt1
-rw-r--r--src/wrapped/generated/wrappedlibctypes.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/wrapped/generated/functions_list.txt b/src/wrapped/generated/functions_list.txt
index 323b9fc7..08cc2b5f 100644
--- a/src/wrapped/generated/functions_list.txt
+++ b/src/wrapped/generated/functions_list.txt
@@ -2663,6 +2663,7 @@ wrappedlibasound:
 wrappedlibc:
 - vFv:
   - _Jv_RegisterClasses
+  - __cxa_pure_virtual
   - __stack_chk_fail
 - vFp:
   - _ITM_deregisterTMCloneTable
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) \