src/cpu/ppc/vm/assembler_ppc.hpp

Print this page

        

@@ -1378,11 +1378,11 @@
   inline void extsb(  Register a, Register s);
   inline void extsh(  Register a, Register s);
   inline void extsw(  Register a, Register s);
 
   // extended mnemonics
-  inline void nop();
+  inline void nop(int count = 1);
   // NOP for FP and BR units (different versions to allow them to be in one group)
   inline void fpnop0();
   inline void fpnop1();
   inline void brnop0();
   inline void brnop1();