mirror of
https://github.com/decompals/wibo.git
synced 2025-12-17 00:47:18 +00:00
Add CMake toolchains and update CI
This commit is contained in:
@@ -54,9 +54,11 @@ ASM_END(tebThreadSetup)
|
||||
|
||||
.macro stubThunkX number
|
||||
#if defined(__x86_64__)
|
||||
ASM_GLOBAL(_Z9stubThunkILm\()\number\()EEvv, @function)
|
||||
#define STUB_THUNK_SYMBOL _Z9stubThunkILm\()\number\()EEvv
|
||||
ASM_GLOBAL(STUB_THUNK_SYMBOL, @function)
|
||||
#else
|
||||
ASM_GLOBAL(_Z9stubThunkILj\()\number\()EEvv, @function)
|
||||
#define STUB_THUNK_SYMBOL _Z9stubThunkILj\()\number\()EEvv
|
||||
ASM_GLOBAL(STUB_THUNK_SYMBOL, @function)
|
||||
#endif
|
||||
pop eax
|
||||
push \number
|
||||
|
||||
Reference in New Issue
Block a user