diff options
Diffstat (limited to 'js/src/jit/mips-shared/Assembler-mips-shared.h')
-rw-r--r-- | js/src/jit/mips-shared/Assembler-mips-shared.h | 3 |
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; |