]> Git Repo - qemu.git/commit - target-xtensa/translate.c
target-xtensa: fix cross-page jumps/calls at the end of TB
authorMax Filippov <[email protected]>
Tue, 20 May 2014 10:48:45 +0000 (14:48 +0400)
committerMax Filippov <[email protected]>
Mon, 26 May 2014 08:33:54 +0000 (12:33 +0400)
commit433d33c555deeed375996e338df1a9510df401c6
treefa630af16dbd43e6f4abbcc4371abc51fa2693f6
parent178ac111bca16c08a79b2609ebdc75197bea976a
target-xtensa: fix cross-page jumps/calls at the end of TB

Use tb->pc instead of dc->pc to check for cross-page jumps.
When TB translation stops at the page boundary dc->pc points to the next
page allowing chaining to TBs in it, which is wrong.

Cc: [email protected]
Signed-off-by: Max Filippov <[email protected]>
target-xtensa/translate.c
This page took 0.022504 seconds and 4 git commands to generate.