From 0d1a29f9fcd161b07a02b9256446235208d379ca Mon Sep 17 00:00:00 2001 From: bellard Date: Tue, 12 Oct 2004 22:01:28 +0000 Subject: correct handling of saved host registers git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1122 c046a42c-6fe2-441c-8c8c-71466251a162 --- target-arm/exec.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'target-arm/exec.h') diff --git a/target-arm/exec.h b/target-arm/exec.h index 70afdc5..14e2072 100644 --- a/target-arm/exec.h +++ b/target-arm/exec.h @@ -38,3 +38,11 @@ static inline int compute_cpsr(void) return env->cpsr | (env->NZF & 0x80000000) | (ZF << 30) | (env->CF << 29) | ((env->VF & 0x80000000) >> 3); } + +static inline void env_to_regs(void) +{ +} + +static inline void regs_to_env(void) +{ +} -- cgit v1.1