src/hotspot/cpu/s390/c1_LIRAssembler_s390.cpp
changeset 50102 454fa295105c
parent 49906 4bb58f644e4e
child 50380 bec342339138
--- a/src/hotspot/cpu/s390/c1_LIRAssembler_s390.cpp	Mon May 14 15:42:58 2018 +0200
+++ b/src/hotspot/cpu/s390/c1_LIRAssembler_s390.cpp	Mon May 14 15:42:59 2018 +0200
@@ -2922,7 +2922,8 @@
   Unimplemented();
 }
 
-void LIR_Assembler::leal(LIR_Opr addr_opr, LIR_Opr dest) {
+void LIR_Assembler::leal(LIR_Opr addr_opr, LIR_Opr dest, LIR_PatchCode patch_code, CodeEmitInfo* info) {
+  assert(patch_code == lir_patch_none, "Patch code not supported");
   LIR_Address* addr = addr_opr->as_address_ptr();
   assert(addr->scale() == LIR_Address::times_1, "scaling unsupported");
   __ load_address(dest->as_pointer_register(), as_Address(addr));