blob: 396941dae7f4731d125785a67535e5e6d8daac39 (
plain) (
blame)
1
2
3
4
5
6
7
|
Missing page crossing check in use_goto_tb() for rx target
Currently the rx target doesn't have the page crossing check in its
use_goto_tb() function.
This is a required feature for stable system mode emulations that all
other targets implement.
|