
Untitled
By: a guest on
May 5th, 2012 | syntax:
None | size: 0.45 KB | hits: 11 | expires: Never
Index: sys/dev/aic7xxx/aicasm/aicasm_gram.y
===================================================================
--- sys/dev/aic7xxx/aicasm/aicasm_gram.y (revision 210025)
+++ sys/dev/aic7xxx/aicasm/aicasm_gram.y (working copy)
@@ -1823,7 +1823,7 @@
int and_op;
and_op = FALSE;
- if (opcode == AIC_OP_AND || opcode == AIC_OP_JNZ || AIC_OP_JZ)
+ if (opcode == AIC_OP_AND || opcode == AIC_OP_JNZ || opcode == AIC_OP_JZ)
and_op = TRUE;
/*