diff options
| author | liuli <liuli@uniontech.com> | 2024-11-19 15:05:40 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-19 08:05:40 +0100 |
| commit | 469d4f81eb1ec9bb6b5919de15e266f1bbc9a388 (patch) | |
| tree | 27599877d18154398136e7314c6f8332a1fca656 /src/wrapped/generated/wrapper.h | |
| parent | 8f08a141159ce432dc945062bc85213a0864104d (diff) | |
| download | box64-469d4f81eb1ec9bb6b5919de15e266f1bbc9a388.tar.gz box64-469d4f81eb1ec9bb6b5919de15e266f1bbc9a388.zip | |
[WRAPPER]my_dbus_message_get_args() args type error (#2042)
* [WRAPPER]my_dbus_message_get_args() args type error * [WRAPPER]my_dbus_message_get_args() args type error
Diffstat (limited to 'src/wrapped/generated/wrapper.h')
| -rw-r--r-- | src/wrapped/generated/wrapper.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wrapped/generated/wrapper.h b/src/wrapped/generated/wrapper.h index 2ffca560..c5ecccc4 100644 --- a/src/wrapped/generated/wrapper.h +++ b/src/wrapped/generated/wrapper.h @@ -1654,6 +1654,7 @@ void iFEpLpV(x64emu_t *emu, uintptr_t fnc); void iFEpLpA(x64emu_t *emu, uintptr_t fnc); void iFEppii(x64emu_t *emu, uintptr_t fnc); void iFEppip(x64emu_t *emu, uintptr_t fnc); +void iFEppiV(x64emu_t *emu, uintptr_t fnc); void iFEppiA(x64emu_t *emu, uintptr_t fnc); void iFEppup(x64emu_t *emu, uintptr_t fnc); void iFEpplp(x64emu_t *emu, uintptr_t fnc); |