summaryrefslogtreecommitdiff
path: root/target-mips
diff options
context:
space:
mode:
authorths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>2007-05-13 15:29:26 +0000
committerths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>2007-05-13 15:29:26 +0000
commit7b62f20c085ca13cbab84a07b0f52e5582a5c450 (patch)
tree15c85c46ace48de0aca3040c2d2fecf93c5263e4 /target-mips
parent72d46479da2ab00dfe43fa56fd2c900377b7d458 (diff)
downloadqemu-7b62f20c085ca13cbab84a07b0f52e5582a5c450.tar.gz
Delete misleading comment.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2814 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-mips')
-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);