Changeset 148893 in webkit for trunk/Source/JavaScriptCore/assembler/MacroAssemblerX86Common.h
- Timestamp:
- Apr 22, 2013, 10:37:29 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/assembler/MacroAssemblerX86Common.h
r133953 r148893 69 69 Overflow = X86Assembler::ConditionO, 70 70 Signed = X86Assembler::ConditionS, 71 PositiveOrZero = X86Assembler::ConditionNS, 71 72 Zero = X86Assembler::ConditionE, 72 73 NonZero = X86Assembler::ConditionNE
Note:
See TracChangeset
for help on using the changeset viewer.