Closed
Bug 420215
Opened 17 years ago
Closed 17 years ago
js_AllocSlot' : cannot convert parameter 3 from 'uintN *' to 'uint32 *'
Categories
(Core :: JavaScript Engine, defect, P1)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla1.9beta4
People
(Reporter: benjamin, Assigned: brendan)
Details
Attachments
(1 file)
810 bytes,
patch
|
benjamin
:
review+
beltzner
:
approval1.9b4+
brendan
:
approval1.9+
|
Details | Diff | Splinter Review |
c:/builds/mozilla-central/ff-release/js/src/../../../src/js/src/jsinterp.cpp(4334) : error C2664: 'js_AllocSlot' : cannot convert parameter 3 from 'uintN *' to 'uint32 *'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
c:/builds/mozilla-central/ff-release/js/src/../../../src/js/src/jsinterp.cpp(5955) : error C2664: 'js_AllocSlot' : cannot convert parameter 3 from 'uintN *' to 'uint32 *'
(c++ compiler)
Assignee | ||
Updated•17 years ago
|
Status: NEW → ASSIGNED
Flags: blocking1.9+
OS: Windows XP → All
Priority: -- → P1
Hardware: PC → All
Target Milestone: --- → mozilla1.9beta4
Version: unspecified → Trunk
Assignee | ||
Comment 1•17 years ago
|
||
If this tests as hoped, I'll get quick a+ and land it.
/be
Attachment #306419 -
Flags: review?(benjamin)
Reporter | ||
Updated•17 years ago
|
Attachment #306419 -
Flags: review?(benjamin) → review+
Assignee | ||
Updated•17 years ago
|
Attachment #306419 -
Flags: approval1.9b4?
Attachment #306419 -
Flags: approval1.9+
Comment 2•17 years ago
|
||
Comment on attachment 306419 [details] [diff] [review]
minimal fix
a1.9b4=beltzner
Attachment #306419 -
Flags: approval1.9b4? → approval1.9b4+
Assignee | ||
Comment 3•17 years ago
|
||
Fixed:
js/src/jsinterp.c 3.450
/be
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Updated•17 years ago
|
Flags: in-testsuite-
Flags: in-litmus-
You need to log in
before you can comment on or make changes to this bug.
Description
•