u.h: remove volatile in NativeTypes.p
This commit is contained in:
parent
aa13cd129f
commit
49eb11173b
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue