diff options
author | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-05-13 15:29:26 +0000 |
---|---|---|
committer | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-05-13 15:29:26 +0000 |
commit | 7b62f20c085ca13cbab84a07b0f52e5582a5c450 (patch) | |
tree | 15c85c46ace48de0aca3040c2d2fecf93c5263e4 /target-mips/op.c | |
parent | 72d46479da2ab00dfe43fa56fd2c900377b7d458 (diff) |
Delete misleading comment.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2814 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-mips/op.c')
-rw-r--r-- | target-mips/op.c | 2 |
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); |