diff options
author | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-12-06 13:03:35 +0000 |
---|---|---|
committer | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-12-06 13:03:35 +0000 |
commit | 6527f6ea9c2ab3116bd363457021b93bd531d858 (patch) | |
tree | 5778a04a73bd3fbb1fcbc6fc5d744081af92e9e7 /target-ppc/helper.h | |
parent | 22e0e173376d702bdd9757d308924b6df7cd6529 (diff) |
target-ppc: convert msr load/store to TCG
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5892 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-ppc/helper.h')
-rw-r--r-- | target-ppc/helper.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target-ppc/helper.h b/target-ppc/helper.h index ddd3f28cbb..ced47d0327 100644 --- a/target-ppc/helper.h +++ b/target-ppc/helper.h @@ -7,6 +7,7 @@ DEF_HELPER_3(tw, void, tl, tl, i32) DEF_HELPER_3(td, void, tl, tl, i32) #endif #if !defined(CONFIG_USER_ONLY) +DEF_HELPER_1(store_msr, void, tl) DEF_HELPER_0(rfi, void) DEF_HELPER_0(rfsvc, void) DEF_HELPER_0(40x_rfci, void) |