about summary refs log tree commit diff stats
path: root/src/wrapped/generated/wrapper.h
diff options
context:
space:
mode:
authorrajdakin <rajdakin@gmail.com>2021-04-04 18:36:18 +0200
committerrajdakin <rajdakin@gmail.com>2021-04-04 18:36:18 +0200
commit7b099f9c6405da5e23e00b1dbdd06e025990a60d (patch)
treedbf78fcf67a2dcc5a727ce4c76e6c8b17590fb7d /src/wrapped/generated/wrapper.h
parent29f65bb6beff6457db6f00315c1395f944ec93ed (diff)
downloadbox64-7b099f9c6405da5e23e00b1dbdd06e025990a60d.tar.gz
box64-7b099f9c6405da5e23e00b1dbdd06e025990a60d.zip
[WRAPPER] Added a new feature in the wrapper, forced all i32 to i64
Diffstat (limited to 'src/wrapped/generated/wrapper.h')
-rw-r--r--src/wrapped/generated/wrapper.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wrapped/generated/wrapper.h b/src/wrapped/generated/wrapper.h
index fca9e979..dbf358c0 100644
--- a/src/wrapped/generated/wrapper.h
+++ b/src/wrapped/generated/wrapper.h
@@ -1137,4 +1137,6 @@ void iFEpvvppp(x64emu_t *emu, uintptr_t fnc);
 void iFEpLvvpp(x64emu_t *emu, uintptr_t fnc);
 void iFEpuvvppp(x64emu_t *emu, uintptr_t fnc);
 
+int isSimpleWrapper(wrapper_t fun);
+
 #endif //__WRAPPER_H_