Bug 50991 - JavaScriptCore should not use "asm volatile" outside of a function
Summary: JavaScriptCore should not use "asm volatile" outside of a function
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Cameron Zwarich (cpst)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-13 15:51 PST by Cameron Zwarich (cpst)
Modified: 2010-12-20 22:46 PST (History)
1 user (show)

See Also:


Attachments
Proposed patch (2.44 KB, patch)
2010-12-13 15:56 PST, Cameron Zwarich (cpst)
barraclough: review+
zwarich: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Cameron Zwarich (cpst) 2010-12-13 15:51:02 PST
JavaScriptCore should not use "asm volatile" outside of a function. The 'volatile' does nothing.
Comment 1 Cameron Zwarich (cpst) 2010-12-13 15:56:59 PST
Created attachment 76461 [details]
Proposed patch
Comment 2 Eric Seidel (no email) 2010-12-20 22:46:46 PST
r73981.  Please use webkit-patch land to land your changes so that bugs get closed. :)