diff options
| author | rajdakin <loic_chevalier@yahoo.fr> | 2021-06-02 15:04:27 +0200 |
|---|---|---|
| committer | rajdakin <loic_chevalier@yahoo.fr> | 2021-06-02 21:04:43 +0200 |
| commit | 2737180a20388f1f7ac0c8718923b37dbf18c198 (patch) | |
| tree | b5b6ad616308bb2ebaf02fc5321cd41e8530765a /src/wrapped/generated/wrapper.h | |
| parent | 57e9e55705d997e4271666a4b0e6030d5b5c1689 (diff) | |
| download | box64-2737180a20388f1f7ac0c8718923b37dbf18c198.tar.gz box64-2737180a20388f1f7ac0c8718923b37dbf18c198.zip | |
Added some comments to the Python script, changed little things
Diffstat (limited to 'src/wrapped/generated/wrapper.h')
| -rw-r--r-- | src/wrapped/generated/wrapper.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/wrapped/generated/wrapper.h b/src/wrapped/generated/wrapper.h index 2e797b6c..9dc0ebf9 100644 --- a/src/wrapped/generated/wrapper.h +++ b/src/wrapped/generated/wrapper.h @@ -1,5 +1,5 @@ /******************************************************************* - * File automatically generated by rebuild_wrappers.py (v1.3.0.11) * + * File automatically generated by rebuild_wrappers.py (v1.3.0.12) * *******************************************************************/ #ifndef __WRAPPER_H_ #define __WRAPPER_H_ @@ -1302,12 +1302,6 @@ void pFiiiippppppppppppppp(x64emu_t *emu, uintptr_t fnc); void pFpippppppppppppppppp(x64emu_t *emu, uintptr_t fnc); void pFipppppppppppppppppppppp(x64emu_t *emu, uintptr_t fnc); -#if !defined(NOALIGN) -void iFEppu(x64emu_t *emu, uintptr_t fnc); -void iFEiiip(x64emu_t *emu, uintptr_t fnc); -void iFEipii(x64emu_t *emu, uintptr_t fnc); -#endif - #if defined(HAVE_LD80BITS) void DFD(x64emu_t *emu, uintptr_t fnc); void DFDD(x64emu_t *emu, uintptr_t fnc); @@ -1320,6 +1314,12 @@ void KFKK(x64emu_t *emu, uintptr_t fnc); void KFKp(x64emu_t *emu, uintptr_t fnc); #endif +#if !defined(NOALIGN) +void iFEppu(x64emu_t *emu, uintptr_t fnc); +void iFEiiip(x64emu_t *emu, uintptr_t fnc); +void iFEipii(x64emu_t *emu, uintptr_t fnc); +#endif + void vFEv(x64emu_t *emu, uintptr_t fnc); void lFEv(x64emu_t *emu, uintptr_t fnc); void LFEv(x64emu_t *emu, uintptr_t fnc); |