src/cpu/x86/vm/macroAssembler_x86.hpp

Print this page

        

@@ -190,10 +190,11 @@
 
   void incrementq(AddressLiteral dst);
 
   // Alignment
   void align(int modulus);
+  void align(int modulus, int target);
 
   // A 5 byte nop that is safe for patching (see patch_verified_entry)
   void fat_nop();
 
   // Stack frame creation/removal