mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
(no bug) DONTBUILD Fix comment search-and-replaceo in js/src/ion/IonMacroAssembler.h rs=nobody
This commit is contained in:
parent
67591e3369
commit
fd32736181
@ -625,7 +625,7 @@ class MacroAssembler : public MacroAssemblerSpecific
|
||||
store32(Imm32(ProfileEntry::NullPCIndex),
|
||||
Address(temp, ProfileEntry::offsetOfPCIdx()));
|
||||
|
||||
/* Always increment the stack size, tempardless if we actually pushed */
|
||||
/* Always increment the stack size, whether or not we actually pushed. */
|
||||
bind(&stackFull);
|
||||
movePtr(ImmWord(p->sizePointer()), temp);
|
||||
add32(Imm32(1), Address(temp, 0));
|
||||
|
Loading…
Reference in New Issue
Block a user