Skip to content

Commit 1e7d137

Browse files
authored
Apply suggestion from @theRealAph
1 parent c6e2a4f commit 1e7d137

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/hotspot/cpu/aarch64/macroAssembler_aarch64.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -760,7 +760,7 @@ class MacroAssembler: public Assembler {
760760
// n.b. increment/decrement calls with an Address destination will
761761
// need to use a scratch register to load the value to be
762762
// incremented. increment/decrement calls which add or subtract a
763-
// constant value greater than 2^12 will need to use a 2nd scratch
763+
// constant value greater than 2^24 will need to use a 2nd scratch
764764
// register to hold the constant. so, a register increment/decrement
765765
// may trash rscratch2 and an address increment/decrement trash
766766
// rscratch and rscratch2

0 commit comments

Comments
 (0)