Bug 1303982 - Define CarrySet and CarryClear for non-JIT platform. r=bbouvier

MozReview-Commit-ID: 7VarACNjdIx
This commit is contained in:
Makoto Kato 2016-09-21 10:58:19 +09:00
parent 5425c1d66f
commit bea30b374e

View File

@ -109,6 +109,8 @@ class Assembler : public AssemblerShared
LessThan,
LessThanOrEqual,
Overflow,
CarrySet,
CarryClear,
Signed,
NotSigned,
Zero,