Closed
Bug 598051
Opened 15 years ago
Closed 12 years ago
MSVC MethodJIT warnings
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: sayrer, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [build_warning])
MethodJIT.cpp(619) : warning C4410: illegal size for operand
MethodJIT.cpp(619) : warning C4409: illegal instruction size
Updated•14 years ago
|
Whiteboard: [build_warning]
Updated•14 years ago
|
Blocks: buildwarning
![]() |
||
Comment 1•12 years ago
|
||
The line was:
jmp [ebp + 24];
This was removed in Bug 587707.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•