mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 10:34:58 -06:00
target-ppc: remove dead code from op.c
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5822 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
8d4acf9b90
commit
e49a3c8f85
1 changed files with 0 additions and 6 deletions
|
@ -491,12 +491,6 @@ void OPPROTO op_POWER_dozo (void)
|
||||||
RETURN();
|
RETURN();
|
||||||
}
|
}
|
||||||
|
|
||||||
void OPPROTO op_load_xer_cmp (void)
|
|
||||||
{
|
|
||||||
T2 = xer_cmp;
|
|
||||||
RETURN();
|
|
||||||
}
|
|
||||||
|
|
||||||
void OPPROTO op_POWER_maskg (void)
|
void OPPROTO op_POWER_maskg (void)
|
||||||
{
|
{
|
||||||
do_POWER_maskg();
|
do_POWER_maskg();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue