src/hotspot/cpu/ppc/c1_LIRAssembler_ppc.cpp
changeset 50102 454fa295105c
parent 49906 4bb58f644e4e
child 50380 bec342339138
--- a/src/hotspot/cpu/ppc/c1_LIRAssembler_ppc.cpp	Mon May 14 15:42:58 2018 +0200
+++ b/src/hotspot/cpu/ppc/c1_LIRAssembler_ppc.cpp	Mon May 14 15:42:59 2018 +0200
@@ -2925,7 +2925,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, "no scaling on this platform");
   if (addr->index()->is_illegal()) {