diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2021-09-04 12:19:43 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2021-09-04 12:19:43 +0200 |
| commit | e8e966cd802f94f6b4012c820ad590bbd78b4a55 (patch) | |
| tree | 1c30d16b78e0bea6c1be80ad2888b6215ea308ed /src/wrapped/generated/wrappedlibctypes.h | |
| parent | 8b80cc328f6501119bacfc1c19a1080d493f5093 (diff) | |
| download | box64-e8e966cd802f94f6b4012c820ad590bbd78b4a55.tar.gz box64-e8e966cd802f94f6b4012c820ad590bbd78b4a55.zip | |
Added wrapped iopl that answer 'unsuported operation' for now
Diffstat (limited to 'src/wrapped/generated/wrappedlibctypes.h')
| -rw-r--r-- | src/wrapped/generated/wrappedlibctypes.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wrapped/generated/wrappedlibctypes.h b/src/wrapped/generated/wrappedlibctypes.h index 78962777..1cd6cfec 100644 --- a/src/wrapped/generated/wrappedlibctypes.h +++ b/src/wrapped/generated/wrappedlibctypes.h @@ -14,6 +14,7 @@ typedef void (*vFv_t)(void); typedef void (*vFp_t)(void*); typedef int64_t (*iFv_t)(void); +typedef int64_t (*iFi_t)(int64_t); typedef int64_t (*iFp_t)(void*); typedef intptr_t (*lFv_t)(void); typedef uintptr_t (*LFL_t)(uintptr_t); @@ -81,6 +82,7 @@ typedef int64_t (*iFpippppp_t)(void*, int64_t, void*, void*, void*, void*, void* GO(__cxa_finalize, vFp_t) \ GO(fork, iFv_t) \ GO(vfork, iFv_t) \ + GO(iopl, iFi_t) \ GO(_setjmp, iFp_t) \ GO(getcontext, iFp_t) \ GO(setcontext, iFp_t) \ |