Open
Bug 708121
Opened 13 years ago
Updated 1 year ago
IonMonkey: for ARM, Modify getPtr32Target so it can be called from getCF32Target
Categories
(Core :: JavaScript Engine, defect, P5)
Tracking
()
NEW
People
(Reporter: mjrosenb, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [ion:t])
Presently, getPtr32Target asserts if it is asked to extract a value that it doesn't know how to handle. I'd like to be able to call it from getCF32Target (gets the target of a control flow sequence). However, calling it from get CF32Target would require that it returns a failure condition, rather than asserting.
![]() |
||
Updated•13 years ago
|
Whiteboard: [ion:t]
Assignee | ||
Updated•11 years ago
|
Assignee: general → nobody
Updated•3 years ago
|
Severity: normal → S3
Updated•1 year ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•