Bug 97252

Summary: JSC: Fix a missing semicolon in the C++ llint backend
Product: WebKit Reporter: Mark Lam <mark.lam>
Component: JavaScriptCoreAssignee: Mark Lam <mark.lam>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Fix. ggaren: review+

Description Mark Lam 2012-09-20 12:45:17 PDT
Recent changes in the llint asm code has uncovered this bug for the C++ backend implementation of storeb.  Need to add the missing semicolon.
Comment 1 Mark Lam 2012-09-20 12:47:52 PDT
Created attachment 164966 [details]
Fix.
Comment 2 Geoffrey Garen 2012-09-20 12:49:38 PDT
Comment on attachment 164966 [details]
Fix.

r=me
Comment 3 Mark Lam 2012-09-24 16:56:07 PDT
Landed in http://trac.webkit.org/changeset/129157.