Bug 147911

Summary: offlineasm should fail when trying to jump to a non-existing label
Product: WebKit Reporter: Basile Clement <basile_clement>
Component: JavaScriptCoreAssignee: 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
Reported 2015-08-11 16:35:51 PDT
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
Note You need to log in before you can comment on or make changes to this bug.