aboutsummaryrefslogtreecommitdiff
path: root/arm-gen.c
diff options
context:
space:
mode:
Diffstat (limited to 'arm-gen.c')
-rw-r--r--arm-gen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arm-gen.c b/arm-gen.c
index 680a490..5dd6c5e 100644
--- a/arm-gen.c
+++ b/arm-gen.c
@@ -1418,7 +1418,7 @@ int gtst(int inv, int t)
op|=encbranch(r,t,1);
o(op);
t=r;
- } else { /* VT_JMP || VT_JMPI */
+ } else if (v == VT_JMP || v == VT_JMPI) {
if ((v & 1) == inv) {
if(!vtop->c.i)
vtop->c.i=t;