Skip to content

Commit 2832afe

Browse files
committed
Fix formatting
1 parent 82965fd commit 2832afe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/jdk.graal.compiler/src/jdk/graal/compiler/hotspot/aarch64/shenandoah/AArch64HotSpotShenandoahCompareAndSwapOp.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ public void emitCode(CompilationResultBuilder crb, AArch64MacroAssembler masm) {
197197
masm.bind(resultNullFailure);
198198
// Clear zero flag to indicate failure. We come here knowing that result is null,
199199
// so comparing it to 1 results in the zero (EQ) flag getting cleared.
200-
masm.subs(32, zr, result,1);
200+
masm.subs(32, zr, result, 1);
201201
masm.jmp(done);
202202
}
203203
});

0 commit comments

Comments
 (0)