From 3836caf5ec017ccfde20dd42730f36549fc737c2 Mon Sep 17 00:00:00 2001 From: Amit Kumar Date: Wed, 16 Oct 2024 11:06:16 +0530 Subject: [PATCH] comment update --- src/hotspot/cpu/s390/s390.ad | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/hotspot/cpu/s390/s390.ad b/src/hotspot/cpu/s390/s390.ad index 343ee23c3f244..a66ad817ccae2 100644 --- a/src/hotspot/cpu/s390/s390.ad +++ b/src/hotspot/cpu/s390/s390.ad @@ -6516,9 +6516,9 @@ instruct umodL_reg_reg(revenRegL r4_reven_dst, roddRegL r5_rodd_tmp, iRegL src2, __ block_comment("unsigned_mod_long {"); __ z_lgr(r5_rodd_tmp, r4_reven_dst); // load rightmost 64bits in even register - __ z_lghi(r4_reven_dst, 0); // make leftmost 64bits 0 + __ z_lghi(r4_reven_dst, 0); // make leftmost 64bits 0 __ z_dlgr(r4_reven_dst, b); - __ block_comment("} unsigned_mod_integer"); + __ block_comment("} unsigned_mod_long"); %} ins_pipe(pipe_class_dummy); %}