This commit is contained in:
Marc Chevalier 2026-07-30 15:25:50 +02:00
parent 3492bf51e7
commit ad1f4c18cb

View File

@ -286,7 +286,7 @@ public:
// Used by shared scope closure (scopedMemoryAccess.cpp)
bool has_scoped_access() const { return (_bits & SCOPED_ACCESS) != 0; }
// Stack has been extended and needs reair. See comment in MacroAssembler::remove_frame
// Stack has been extended and needs repair. See comment in MacroAssembler::remove_frame
bool needs_stack_repair() const { return (_bits & NEEDS_STACK_REPAIR) != 0; }
};