Closed
Bug 529709
Opened 16 years ago
Closed 15 years ago
lirasm: 'not' is a unary operator
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: n.nethercote, Assigned: n.nethercote)
Details
(Whiteboard: fixed-in-nanojit, fixed-in-tracemonkey)
Attachments
(1 file)
|
1.04 KB,
patch
|
graydon
:
review+
|
Details | Diff | Splinter Review |
In assembleFragment(), LIR_not is grouped with the binary operators. It should be with the unary operators.
Attachment #413241 -
Flags: review?(graydon)
| Assignee | ||
Updated•16 years ago
|
Summary: lirasm: not is a unary operator → lirasm: 'not' is a unary operator
Updated•16 years ago
|
Attachment #413241 -
Flags: review?(graydon) → review+
| Assignee | ||
Comment 1•16 years ago
|
||
Whiteboard: fixed-in-nanojit
| Assignee | ||
Comment 2•16 years ago
|
||
Whiteboard: fixed-in-nanojit → fixed-in-nanojit, fixed-in-tracemonkey
| Assignee | ||
Comment 3•15 years ago
|
||
http://hg.mozilla.org/mozilla-central/rev/021eebf49df5
No TR landing needed, as it doesn't have a copy of lirasm.
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•