Closed
Bug 602408
Opened 14 years ago
Closed 14 years ago
nanojit: print all hex numbers in LIR dumps with an 0x prefix
Categories
(Core Graveyard :: Nanojit, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: n.nethercote, Assigned: n.nethercote)
References
Details
(Whiteboard: fixed-in-nanojit)
Attachments
(1 file)
1.45 KB,
patch
|
rreitmai
:
review+
|
Details | Diff | Splinter Review |
If all hex numbers in LIR dumps are printed with an 0x prefix, it makes it easier to strip out addresses, which is important when comparing two dumps for differences. This patch does this for the i386 backend. (I also checked the X64 backend, it didn't need changing.)
Attachment #481401 -
Flags: review?(rreitmai)
Updated•14 years ago
|
Attachment #481401 -
Flags: review?(rreitmai) → review+
Comment 1•14 years ago
|
||
dup bug 549248?
![]() |
Assignee | |
Comment 3•14 years ago
|
||
Whiteboard: fixed-in-nanojit
![]() |
Assignee | |
Comment 4•14 years ago
|
||
Comment 5•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Comment 6•14 years ago
|
||
Comment on attachment 481401 [details] [diff] [review]
patch (against TM 54893:b75687a3151e)
http://hg.mozilla.org/tamarin-redux/rev/5fd36012c103
Updated•11 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•