On 08/29/2017 01:12 PM, Richard Henderson wrote:
On 08/22/2017 08:08 AM, Peter Maydell wrote:
Move the regime_is_secure() utility function to internals.h;
we are going to want to call it from translate.c.
Signed-off-by: Peter Maydell <[email protected]>
---
target/arm/internals.h | 26 ++++++++++++++++++++++++++
target/arm/helper.c | 26 --------------------------
2 files changed, 26 insertions(+), 26 deletions(-)
Reviewed-by: Richard Henderson <[email protected]>
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>