Commit 7b62f20c085ca13cbab84a07b0f52e5582a5c450
1 parent
72d46479
Delete misleading comment.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2814 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
0 additions
and
2 deletions
target-mips/op.c
| @@ -938,8 +938,6 @@ OP_COND(lez, (int32_t)T0 <= 0); | @@ -938,8 +938,6 @@ OP_COND(lez, (int32_t)T0 <= 0); | ||
| 938 | OP_COND(ltz, (int32_t)T0 < 0); | 938 | OP_COND(ltz, (int32_t)T0 < 0); |
| 939 | 939 | ||
| 940 | /* Branches */ | 940 | /* Branches */ |
| 941 | -//#undef USE_DIRECT_JUMP | ||
| 942 | - | ||
| 943 | void OPPROTO op_goto_tb0(void) | 941 | void OPPROTO op_goto_tb0(void) |
| 944 | { | 942 | { |
| 945 | GOTO_TB(op_goto_tb0, PARAM1, 0); | 943 | GOTO_TB(op_goto_tb0, PARAM1, 0); |