Bug 147911
| Summary: | offlineasm should fail when trying to jump to a non-existing label | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Basile Clement <basile_clement> |
| Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | fpizlo, ggaren, keith_miller, mark.lam, mmirman, msaboff, saam |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Basile Clement
If there is a jump to a local label (.labelName) in a macro where the label has not been defined, offlineasm should throw some kind of error instead of silently inserting a jump to "somewhere".
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |