Closed
Bug 627335
Opened 15 years ago
Closed 15 years ago
Port patch from bug 567707 to GCC assembly
Categories
(Core :: XPConnect, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: jacek, Assigned: jacek)
Details
Attachments
(1 file)
|
3.51 KB,
patch
|
timeless
:
review+
|
Details | Diff | Splinter Review |
This patch is almost identical to the original one. The trick to make sure these files are in sync is:
$ sed 's/#/;/g' xptcinvoke_asm_x86_64_gnu.s >tmp
$ diff -u tmp xptcinvoke_asm_x86_64.asm
We should think about merging these files...
Attachment #505393 -
Flags: review?(timeless)
Attachment #505393 -
Flags: review?(timeless)
Attachment #505393 -
Flags: review+
Attachment #505393 -
Flags: approval2.0?
| Assignee | ||
Comment 1•15 years ago
|
||
Thanks for the review. Pushed as NPOTB:
http://hg.mozilla.org/mozilla-central/rev/10e879bc17a4
| Assignee | ||
Updated•15 years ago
|
Attachment #505393 -
Flags: approval2.0?
| Assignee | ||
Updated•15 years ago
|
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•