From: ths Date: Sun, 13 May 2007 15:29:26 +0000 (+0000) Subject: Delete misleading comment. X-Git-Tag: release_0_9_1~1083 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7b62f20c085ca13cbab84a07b0f52e5582a5c450;p=thirdparty%2Fqemu.git Delete misleading comment. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2814 c046a42c-6fe2-441c-8c8c-71466251a162 --- diff --git a/target-mips/op.c b/target-mips/op.c index 835b02a646a..10a9b27603d 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);