aboutsummaryrefslogtreecommitdiff
path: root/target-ppc/op_mem.h
diff options
context:
space:
mode:
Diffstat (limited to 'target-ppc/op_mem.h')
-rw-r--r--target-ppc/op_mem.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/target-ppc/op_mem.h b/target-ppc/op_mem.h
index 1de7f1ec35..a8c56cad52 100644
--- a/target-ppc/op_mem.h
+++ b/target-ppc/op_mem.h
@@ -303,15 +303,4 @@ void OPPROTO glue(op_ecowx_le_64, MEMSUFFIX) (void)
}
#endif
-/* XXX: those micro-ops need tests ! */
-/* PowerPC 601 specific instructions (POWER bridge) */
-void OPPROTO glue(op_POWER_lscbx, MEMSUFFIX) (void)
-{
- /* When byte count is 0, do nothing */
- if (likely(T1 != 0)) {
- glue(do_POWER_lscbx, MEMSUFFIX)(PARAM1, PARAM2, PARAM3);
- }
- RETURN();
-}
-
#undef MEMSUFFIX