diff options
author | Jiaxun Yang <jiaxun.yang@flygoat.com> | 2020-05-12 12:40:05 +0800 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2020-05-20 14:00:08 +0000 |
commit | fa1628f76785e18240c7c7aca63b99d490879461 (patch) | |
tree | 7c439fa2813fe06257385b220c33d78b103f43ed /js/src/jit/mips32/Assembler-mips32.h | |
parent | 0136960ec0658091ff514b71b35ed2720e28254e (diff) | |
download | UXP-fa1628f76785e18240c7c7aca63b99d490879461.tar UXP-fa1628f76785e18240c7c7aca63b99d490879461.tar.gz UXP-fa1628f76785e18240c7c7aca63b99d490879461.tar.lz UXP-fa1628f76785e18240c7c7aca63b99d490879461.tar.xz UXP-fa1628f76785e18240c7c7aca63b99d490879461.zip |
Bug 1323136 - wasm: MIPS: Do bounds check in 32-bit
Tag: #1542
Diffstat (limited to 'js/src/jit/mips32/Assembler-mips32.h')
-rw-r--r-- | js/src/jit/mips32/Assembler-mips32.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/js/src/jit/mips32/Assembler-mips32.h b/js/src/jit/mips32/Assembler-mips32.h index 9fdbcda98..cf7f0d228 100644 --- a/js/src/jit/mips32/Assembler-mips32.h +++ b/js/src/jit/mips32/Assembler-mips32.h @@ -161,7 +161,6 @@ class Assembler : public AssemblerMIPSShared static uint32_t PatchWrite_NearCallSize(); static uint32_t ExtractLuiOriValue(Instruction* inst0, Instruction* inst1); - static void UpdateLuiOriValue(Instruction* inst0, Instruction* inst1, uint32_t value); static void WriteLuiOriInstructions(Instruction* inst, Instruction* inst1, Register reg, uint32_t value); |