Summary: | [sh4] Build is broken since r159346 | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Julien Brianceau <jbriance> | ||||
Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | CC: | commit-queue, fpizlo, msaboff, oliver, yannick.poirier | ||||
Priority: | P2 | ||||||
Version: | 528+ (Nightly build) | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Attachments: |
|
Description
Julien Brianceau
2013-11-16 09:08:30 PST
Created attachment 217126 [details]
Handle load and store operations with pr register in sh4 LLINT.
This patch fixes the build. The above code is now generated using a temp register:
sts pr, r13
mov.l r13, @(4, r5)
Comment on attachment 217126 [details] Handle load and store operations with pr register in sh4 LLINT. Clearing flags on attachment: 217126 Committed r159381: <http://trac.webkit.org/changeset/159381> All reviewed patches have been landed. Closing bug. |