src/hotspot/cpu/arm/macroAssembler_arm.hpp
changeset 51633 21154cb84d2a
parent 49950 7b916885654d
child 51845 f5daffd7ec7a
--- a/src/hotspot/cpu/arm/macroAssembler_arm.hpp	Tue Sep 04 18:32:28 2018 +0100
+++ b/src/hotspot/cpu/arm/macroAssembler_arm.hpp	Tue Sep 04 12:44:02 2018 -0700
@@ -1276,7 +1276,7 @@
     inc_counter((address) counter_addr, tmpreg1, tmpreg2);
   }
 
-  void pd_patch_instruction(address branch, address target);
+  void pd_patch_instruction(address branch, address target, const char* file, int line);
 
   // Loading and storing values by size and signed-ness;
   // size must not exceed wordSize (i.e. 8-byte values are not supported on 32-bit ARM);