Skip to content

Commit 1ed6b9d

Browse files
authored
Merge pull request #22119 from daveed-lynch/dl-znat-whitespace
Fix a whitespace error in znathelp.m4
2 parents b1bd9ac + a4eed1f commit 1ed6b9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/codert_vm/znathelp.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -871,7 +871,7 @@ END_CURRENT
871871

872872
ifelse(eval(ASM_JAVA_SPEC_VERSION >= 24), 1, {
873873
BEGIN_FUNC(yieldAtMonitorEnter)
874-
CINTERP(J9TR_bcloop_yield_monent, 0)
874+
CINTERP(J9TR_bcloop_yield_monent, 0)
875875
END_CURRENT(yieldAtMonitorEnter)
876876
}) dnl yieldAtMonitorEnter is only supported on JAVA 24+
877877

0 commit comments

Comments
 (0)