WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
Bug 67965
Broken Build for ARM - lshift32() needs TrustedImm32 arg
https://bugs.webkit.org/show_bug.cgi?id=67965
Summary
Broken Build for ARM - lshift32() needs TrustedImm32 arg
Michael Saboff
Reported
2011-09-12 16:03:06 PDT
The code lshift32(16, ARMRegisters::S1); should be lshift32(TrustedImm32(16), ARMRegisters::S1);
Attachments
Proposed patch
(1.33 KB, patch)
2011-09-12 16:08 PDT
,
Michael Saboff
andersca
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Michael Saboff
Comment 1
2011-09-12 16:08:47 PDT
Created
attachment 107101
[details]
Proposed patch
Michael Saboff
Comment 2
2011-09-12 16:13:37 PDT
Committed
r94987
: <
http://trac.webkit.org/changeset/94987
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug