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+
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
Note You need to log in before you can comment on or make changes to this bug.