summaryrefslogtreecommitdiffstats
path: root/js/src/jit/mips-shared/Assembler-mips-shared.h
diff options
context:
space:
mode:
authorJiaxun Yang <jiaxun.yang@flygoat.com>2020-05-12 12:40:08 +0800
committerMoonchild <moonchild@palemoon.org>2020-05-20 14:01:30 +0000
commitac62e4cfdd03369d60e22f78b38b81f5f8daa5bd (patch)
treeb5a32581cefceb2f5380312af673533fc571a599 /js/src/jit/mips-shared/Assembler-mips-shared.h
parent0fa41e2adc3e6b247ccb3051672723547f3c918f (diff)
downloadUXP-ac62e4cfdd03369d60e22f78b38b81f5f8daa5bd.tar
UXP-ac62e4cfdd03369d60e22f78b38b81f5f8daa5bd.tar.gz
UXP-ac62e4cfdd03369d60e22f78b38b81f5f8daa5bd.tar.lz
UXP-ac62e4cfdd03369d60e22f78b38b81f5f8daa5bd.tar.xz
UXP-ac62e4cfdd03369d60e22f78b38b81f5f8daa5bd.zip
Bug 1271968 - IonMonkey: MIPS: Handle conditional branch in out of line code of mixed jump.
Tag: #1542
Diffstat (limited to 'js/src/jit/mips-shared/Assembler-mips-shared.h')
-rw-r--r--js/src/jit/mips-shared/Assembler-mips-shared.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/js/src/jit/mips-shared/Assembler-mips-shared.h b/js/src/jit/mips-shared/Assembler-mips-shared.h
index bebf8ad57..52e9051bb 100644
--- a/js/src/jit/mips-shared/Assembler-mips-shared.h
+++ b/js/src/jit/mips-shared/Assembler-mips-shared.h
@@ -836,7 +836,8 @@ class AssemblerMIPSShared : public AssemblerShared
{
enum Kind {
NONE,
- PATCHABLE
+ PATCHABLE,
+ CONDITIONAL,
};
BufferOffset src;