Closed
Bug 694119
Opened 14 years ago
Closed 14 years ago
CfgLister case LIR_jtbl asserts.
Categories
(Core Graveyard :: Nanojit, defect)
Core Graveyard
Nanojit
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: edwsmith, Assigned: edwsmith)
References
Details
(Whiteboard: fixed-in-nanojit, fixed-in-tamarin)
Attachments
(1 file)
1.00 KB,
patch
|
rreitmai
:
review+
|
Details | Diff | Splinter Review |
It is calling ins->getTarget() instead of ins->getTarget(i).
Assignee | ||
Updated•14 years ago
|
Attachment #566618 -
Attachment is patch: true
Attachment #566618 -
Flags: review?(rreitmai)
Assignee | ||
Updated•14 years ago
|
Assignee: nobody → edwsmith
Comment 1•14 years ago
|
||
Comment on attachment 566618 [details] [diff] [review]
Obvious fix, plus a bit of whitespace cleanup.
r+.
BTW, '[diff] git=true' in your .hgrc file will get rid of the unhelpful file names in bugzilla diff display, assuming this was an hg derived patch. See 'hg help diffs'
Attachment #566618 -
Flags: review?(rreitmai) → review+
Assignee | ||
Comment 2•14 years ago
|
||
(In reply to Rick Reitmaier from comment #1)
> Comment on attachment 566618 [details] [diff] [review] [diff] [details] [review]
> Obvious fix, plus a bit of whitespace cleanup.
>
> r+.
>
> BTW, '[diff] git=true' in your .hgrc file will get rid of the unhelpful file
> names in bugzilla diff display, assuming this was an hg derived patch. See
> 'hg help diffs'
yeah, willfix. need to sync my .hgrc across a couple machines.
Comment 3•14 years ago
|
||
changeset: 6639:0a6a685cecbc
user: Edwin Smith <edwsmith>
summary: Bug 694119 - "CfgLister case LIR_jtbl asserts." [r=rreitmai]
http://hg.mozilla.org/tamarin-redux/rev/0a6a685cecbc
Assignee | ||
Updated•14 years ago
|
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•14 years ago
|
Whiteboard: fixed-in-nanojit, fixed-in-tamarin
Updated•12 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•