aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--target-mips/op.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/target-mips/op.c b/target-mips/op.c
index 835b02a646..10a9b27603 100644
--- a/target-mips/op.c
+++ b/target-mips/op.c
@@ -938,8 +938,6 @@ OP_COND(lez, (int32_t)T0 <= 0);
OP_COND(ltz, (int32_t)T0 < 0);
/* Branches */
-//#undef USE_DIRECT_JUMP
-
void OPPROTO op_goto_tb0(void)
{
GOTO_TB(op_goto_tb0, PARAM1, 0);