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)
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.