projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
72d4647
)
Delete misleading comment.
author
ths
<ths@c046a42c-6fe2-441c-8c8c-71466251a162>
Sun, 13 May 2007 15:29:26 +0000
(15:29 +0000)
committer
ths
<ths@c046a42c-6fe2-441c-8c8c-71466251a162>
Sun, 13 May 2007 15:29:26 +0000
(15:29 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2814
c046a42c
-6fe2-441c-8c8c-
71466251a162
target-mips/op.c
patch
|
blob
|
history
diff --git
a/target-mips/op.c
b/target-mips/op.c
index 835b02a646adf09f3693964531ca933b2de1ba75..10a9b27603d179ff0cf0b7cbeb7a6a44a4958b44 100644
(file)
--- 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);