diff --git a/arch/amd64/include/u.h b/arch/amd64/include/u.h index 58e3317..59aacff 100644 --- a/arch/amd64/include/u.h +++ b/arch/amd64/include/u.h @@ -95,7 +95,7 @@ typedef union NativeTypes volatile unsigned int ui; volatile long l; volatile unsigned long ul; - volatile void* p; + void* p; } NativeTypes; extern volatile NativeTypes* _sysargs; # include "syscalls.h" diff --git a/hacking b/hacking index 8ff8b9d..1114e56 160000 --- a/hacking +++ b/hacking @@ -1 +1 @@ -Subproject commit 8ff8b9de750772346636fc0e1516bb00d8248c3a +Subproject commit 1114e56fb6975e26fecd0466494105cbe42d8b85