mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-09 09:18:42 +09:00
Issue #3049 - Fix loongarch64 JIT header compatibility
This commit is contained in:
parent
9533e7734c
commit
eff9f19c6f
2 changed files with 2 additions and 4 deletions
|
|
@ -19,7 +19,6 @@
|
|||
|
||||
namespace js { namespace jit { class Operand; } }
|
||||
|
||||
#include "jit/Disassembler.h"
|
||||
#include "jit/shared/IonAssemblerBuffer.h"
|
||||
#include "wasm/WasmTypes.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -14,9 +14,8 @@
|
|||
#include "jit/loongarch64/SharedICRegisters-loongarch64.h"
|
||||
#include "jit/MacroAssembler.h"
|
||||
#include "jit/MoveEmitter.h"
|
||||
#include "util/Memory.h"
|
||||
#include "vm/JitActivation.h" // js::jit::JitActivation
|
||||
#include "vm/JSContext.h"
|
||||
#include "vm/Stack.h"
|
||||
#include "jscntxt.h"
|
||||
|
||||
#include "jit/MacroAssembler-inl.h"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue