src/java.desktop/share/native/libjsound/SoundDefs.h

Print this page
rev 10923 : 8064594: AARCH64: JDK changes
Summary: The changes for the /jdk subdirectory.
Reviewed-by: kvn

@@ -41,10 +41,11 @@
 #define X_IA64          4
 #define X_AMD64         5
 #define X_ZERO          6
 #define X_ARM           7
 #define X_PPC           8
+#define X_AARCH64       9
 
 // **********************************
 // Make sure you set X_PLATFORM and X_ARCH defines correctly.
 // Everything depends upon this flag being setup correctly.
 // **********************************