Remove generic macro for argument list safety

This commit is contained in:
KEKW555 2024-01-06 23:21:04 +05:30 committed by GitHub
parent 743f3f3080
commit ff469a54cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -130,10 +130,6 @@ typedef union {
} HALF_U;
} SplitDWord;
typedef u64 (*MultiReturnFunctionType)();
#define MULTI_RETURN_FUNCTION_CALL(func, ...) ((SplitDWord)((*(MultiReturnFunctionType)(&func))(__VA_ARGS__)))
union SplitWord {
s32 WORD;
u32 WORD_U;