RESOLVED FIXED 124455
[sh4] Build is broken since r159346
https://bugs.webkit.org/show_bug.cgi?id=124455
Summary [sh4] Build is broken since r159346
Julien Brianceau
Reported 2013-11-16 09:08:30 PST
r159346 introduced the following instruciton in LowLevelInterpreter32_64.asm storep previousPC, 4[newCallFrame] which is translated into the following invalid assembly for sh4: mov.l pr, @(4, r5)
Attachments
Handle load and store operations with pr register in sh4 LLINT. (2.82 KB, patch)
2013-11-16 09:24 PST, Julien Brianceau
no flags
Julien Brianceau
Comment 1 2013-11-16 09:24:45 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)
WebKit Commit Bot
Comment 2 2013-11-16 14:26:11 PST
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>
WebKit Commit Bot
Comment 3 2013-11-16 14:26:13 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.