mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-03 06:18:38 +09:00
Fix more errors.
Fix more errors.
This commit is contained in:
parent
53eb4e1f31
commit
166a98559f
2 changed files with 2 additions and 1 deletions
|
|
@ -7703,7 +7703,7 @@ JitCompartment::generateStringConcatStub(JSContext* cx)
|
|||
// lhs and rhs flags, so we just have to clear the other flags and set
|
||||
// NON_ATOM_BIT to get our rope flags (Latin1 if both lhs and rhs are
|
||||
// Latin1).
|
||||
static_assert(JSString::INIT_ROPE_FLAGS == JSString::NON_ATOM_BIT,
|
||||
static_assert(JSString::ROPE_FLAGS == JSString::NON_ATOM_BIT,
|
||||
"Rope type flags must be NON_ATOM_BIT only");
|
||||
masm.and32(Imm32(JSString::LATIN1_CHARS_BIT), temp1);
|
||||
masm.or32(Imm32(JSString::NON_ATOM_BIT), temp1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue