pike.git/
src/
peep.c
Branch:
Tag:
Non-build tags
All tags
No tags
2015-04-23
2015-04-23 16:31:43 by Henrik Grubbström (Grubba) <grubba@grubba.org>
a22fe1dc6902a3de1d1f670cb2b084bea67d710d (
3
lines) (+
3
/-
0
)
[
Show
|
Annotate
]
Branch:
8.1
Misc: Added some missing fall-through markers and breaks.
387:
{ case TWOO(F_LOR,F_BRANCH_WHEN_NON_ZERO): c[e].opcode=F_BRANCH_WHEN_NON_ZERO;
+
/* FALL_THROUGH */
case TWOO(F_LOR,F_LOR): c[e].arg=c[tmp].arg; continue; case TWOO(F_LAND,F_BRANCH_WHEN_ZERO): c[e].opcode=F_BRANCH_WHEN_ZERO;
-
+
/* FALL_THROUGH */
case TWOO(F_LAND,F_LAND): c[e].arg=c[tmp].arg; continue;