src/share/native/com/sun/media/sound/SoundDefs.h

Print this page

        

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