Index: src/compiler/arm64/instruction-selector-arm64.cc |
diff --git a/src/compiler/arm64/instruction-selector-arm64.cc b/src/compiler/arm64/instruction-selector-arm64.cc |
index a45a4fbc60125555b621702a32c84f8c1e601fec..d9f972e81ccb34ef5154940e248f74d9ddb6dd6f 100644 |
--- a/src/compiler/arm64/instruction-selector-arm64.cc |
+++ b/src/compiler/arm64/instruction-selector-arm64.cc |
@@ -1776,7 +1776,8 @@ void InstructionSelector::EmitPrepareArguments( |
// TODO(titzer): it would be better to bump the csp here only |
// and emit paired stores with increment for non c frames. |
ArchOpcode claim = to_native_stack ? kArm64ClaimCSP : kArm64ClaimJSSP; |
- // Claim(0) isn't a nop if there is a mismatch between CSP and JSSP. |
+ // ClaimJSSP(0) or ClaimCSP(0) isn't a nop if there is a mismatch between |
+ // CSP and JSSP. |
Emit(claim, g.NoOutput(), g.TempImmediate(claim_count)); |
} |