mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 16:53:55 -06:00
target-ppc: convert mfrom instruction to TCG
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5823 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
e49a3c8f85
commit
cf02a65c77
4 changed files with 11 additions and 20 deletions
|
@ -144,6 +144,8 @@ DEF_HELPER_1(load_6xx_tlbd, void, tl)
|
|||
DEF_HELPER_1(load_6xx_tlbi, void, tl)
|
||||
DEF_HELPER_1(load_74xx_tlbd, void, tl)
|
||||
DEF_HELPER_1(load_74xx_tlbi, void, tl)
|
||||
|
||||
DEF_HELPER_1(602_mfrom, tl, tl)
|
||||
#endif
|
||||
|
||||
#include "def-helper.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue