Closed
Bug 519595
Opened 15 years ago
Closed 15 years ago
NJ merge: avoid compile warning in NativeX64.cpp
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: n.nethercote, Assigned: n.nethercote)
Details
(Whiteboard: fixed-in-tracemonkey)
Attachments
(1 file)
866 bytes,
patch
|
dvander
:
review+
|
Details | Diff | Splinter Review |
I get this warning on Linux:
../nanojit/NativeX64.cpp: In member function ‘void nanojit::Assembler::asm_param(nanojit::LIns*)’:
../nanojit/NativeX64.cpp:1157: warning: comparison between signed and unsigned integer expressions
The patch fixes it in a not-very-elegant-but-I-can't-think-of-a-better-way-to-do-it manner. This change is also pending in a TR patch (bug 519383).
Attachment #403665 -
Flags: review?(dvander)
Updated•15 years ago
|
Attachment #403665 -
Flags: review?(dvander) → review+
Assignee | ||
Comment 1•15 years ago
|
||
Whiteboard: fixed-in-tracemonkey
Comment 2•15 years ago
|
||
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
•