mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-07-07 12:03:27 -04:00
emu64 work and misc improvements
This commit is contained in:
+5
-1
@@ -3,6 +3,10 @@
|
||||
|
||||
#include "types.h"
|
||||
|
||||
#if defined(__INTELLISENSE__) && defined(__cplusplus)
|
||||
#define __builtin_va_info(v) /* definition for IDEs */
|
||||
#endif
|
||||
|
||||
typedef struct __va_list_struct {
|
||||
char gpr;
|
||||
char fpr;
|
||||
@@ -21,4 +25,4 @@ typedef _va_list_struct __va_list[1];
|
||||
#define va_list __va_list
|
||||
#define __va_end(list) ((void)0)
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user