diff options
Diffstat (limited to 'target-ppc/op.c')
-rw-r--r-- | target-ppc/op.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target-ppc/op.c b/target-ppc/op.c index f18e7f3f91..019594c130 100644 --- a/target-ppc/op.c +++ b/target-ppc/op.c @@ -2479,7 +2479,7 @@ void OPPROTO op_store_booke_tsr (void) #endif /* !defined(CONFIG_USER_ONLY) */ -#if defined(TARGET_PPCSPE) +#if defined(TARGET_PPCEMB) /* SPE extension */ void OPPROTO op_splatw_T1_64 (void) { @@ -3198,4 +3198,4 @@ void OPPROTO op_efdtsteq (void) T0 = _do_efdtsteq(T0_64, T1_64); RETURN(); } -#endif /* defined(TARGET_PPCSPE) */ +#endif /* defined(TARGET_PPCEMB) */ |