Closed
Bug 595766
Opened 15 years ago
Closed 15 years ago
bustage Win64 build due to UnsetVMFrameRegs
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: m_kato, Assigned: m_kato)
References
Details
(Whiteboard: fixed-in-tracemonkey)
Attachments
(1 file)
|
3.60 KB,
patch
|
dvander
:
review+
|
Details | Diff | Splinter Review |
link -NOLOGO -OUT:js.exe -PDB:js.pdb -NXCOMPAT -DYNAMICBASE -DEBUG -DEBUGTYPE:
CV js.obj jsworkers.obj c:/Workspace/hg.mozilla.org/objdir-tm-win64-dbg/dist/
lib/nspr4.lib c:/Workspace/hg.mozilla.org/objdir-tm-win64-dbg/dist/lib/plc4.lib
c:/Workspace/hg.mozilla.org/objdir-tm-win64-dbg/dist/lib/plds4.lib @../js_static
.lib.fake kernel32.lib user32.lib gdi32.lib winmm.lib wsock32.lib advapi32.lib
LINK : js.exe not found or not built by the last incremental link; performing fu
ll link
Creating library js.lib and object js.exp
TrampolineMasmX64.obj : error LNK2019: unresolved external symbol UnsetVMFrameRe
gs referenced in function JaegerTrampoline
| Assignee | ||
Comment 1•15 years ago
|
||
| Assignee | ||
Updated•15 years ago
|
Attachment #474625 -
Flags: review?(dvander)
Comment on attachment 474625 [details] [diff] [review]
fix
>+ /* we need pad the stack */
Nit: Reads better as "X64 needs to pad the stack."
Attachment #474625 -
Flags: review?(dvander) → review+
| Assignee | ||
Comment 3•15 years ago
|
||
Whiteboard: fixed-in-tracemonkey
Comment 4•15 years ago
|
||
(In reply to comment #3)
> http://hg.mozilla.org/tracemonkey/rev/aa65a38ae90b
Perfect.
Do we know when the next merge will be?
Could I please ask for landing this on trunk since it blocks my testing on the 64-bit build machines?
Blocks: tracking_win64
Comment 5•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
•