< prev index next >

src/cpu/ppc/vm/frame_ppc.hpp

Print this page
rev 13203 : 8183571: PPC64 build broken after 8178499
Reviewed-by: stefank, simonis

@@ -80,17 +80,11 @@
   //
 
  public:
 
   // C frame layout
-
-  enum {
-    // stack alignment
-    alignment_in_bytes = 16,
-    // log_2(16*8 bits) = 7.
-    log_2_of_alignment_in_bits = 7
-  };
+  static const int alignment_in_bytes = 16;
 
   // ABI_MINFRAME:
   struct abi_minframe {
     uint64_t callers_sp;
     uint64_t cr;                                  //_16
< prev index next >