Bug 83822 - Delete a bunch of unused, copy & pasted values in JIT.h
Summary: Delete a bunch of unused, copy & pasted values in JIT.h
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Gavin Barraclough
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-12 14:27 PDT by Gavin Barraclough
Modified: 2012-04-12 14:39 PDT (History)
0 users

See Also:


Attachments
Fix (8.70 KB, patch)
2012-04-12 14:28 PDT, Gavin Barraclough
oliver: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gavin Barraclough 2012-04-12 14:27:14 PDT
The only architecture we support the JSVALUE64 JIT on is x86-64, all the patch offsets for other architectures are just nonsense.
Comment 1 Gavin Barraclough 2012-04-12 14:28:00 PDT
Created attachment 136973 [details]
Fix
Comment 2 Gavin Barraclough 2012-04-12 14:39:32 PDT
Fixed in r114038