projects
/
apple
/
xnu.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
xnu-4570.1.46.tar.gz
[apple/xnu.git]
/
osfmk
/
machine
/
xpr.h
diff --git
a/osfmk/machine/xpr.h
b/osfmk/machine/xpr.h
index ad747c34f2604f5dc2526873bc088c787d66740c..9ed04ff5ff6d3061f74804531bf015eebb1f21db 100644
(file)
--- a/
osfmk/machine/xpr.h
+++ b/
osfmk/machine/xpr.h
@@
-30,6
+30,8
@@
#if defined (__i386__) || defined (__x86_64__)
#include "i386/xpr.h"
#if defined (__i386__) || defined (__x86_64__)
#include "i386/xpr.h"
+#elif defined (__arm__) || defined (__arm64__)
+#include "arm/xpr.h"
#else
#error architecture not supported
#endif
#else
#error architecture not supported
#endif