This commit is contained in:
2019-11-16 11:23:58 +01:00
2 changed files with 2 additions and 2 deletions

View File

@ -95,7 +95,7 @@ typedef union NativeTypes
volatile unsigned int ui; volatile unsigned int ui;
volatile long l; volatile long l;
volatile unsigned long ul; volatile unsigned long ul;
volatile void* p; void* p;
} NativeTypes; } NativeTypes;
extern volatile NativeTypes* _sysargs; extern volatile NativeTypes* _sysargs;
# include "syscalls.h" # include "syscalls.h"

Submodule hacking updated: 8ff8b9de75...1114e56fb6