src/hotspot/cpu/s390/macroAssembler_s390.hpp
changeset 51633 21154cb84d2a
parent 50162 f9fe56417050
child 51996 84743156e780
--- a/src/hotspot/cpu/s390/macroAssembler_s390.hpp	Tue Sep 04 18:32:28 2018 +0100
+++ b/src/hotspot/cpu/s390/macroAssembler_s390.hpp	Tue Sep 04 12:44:02 2018 -0700
@@ -360,7 +360,7 @@
   // Use one generic function for all branch patches.
   static unsigned long patched_branch(address dest_pos, unsigned long inst, address inst_pos);
 
-  void pd_patch_instruction(address branch, address target);
+  void pd_patch_instruction(address branch, address target, const char* file, int line);
 
   // Extract relative address from "relative" instructions.
   static long get_pcrel_offset(unsigned long inst);