Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 5th, 2012  |  syntax: None  |  size: 0.45 KB  |  hits: 11  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Index: sys/dev/aic7xxx/aicasm/aicasm_gram.y
  2. ===================================================================
  3. --- sys/dev/aic7xxx/aicasm/aicasm_gram.y        (revision 210025)
  4. +++ sys/dev/aic7xxx/aicasm/aicasm_gram.y        (working copy)
  5. @@ -1823,7 +1823,7 @@
  6.         int and_op;
  7.  
  8.         and_op = FALSE;
  9. -       if (opcode == AIC_OP_AND || opcode == AIC_OP_JNZ || AIC_OP_JZ)
  10. +       if (opcode == AIC_OP_AND || opcode == AIC_OP_JNZ || opcode == AIC_OP_JZ)
  11.                 and_op = TRUE;
  12.  
  13.         /*