home *** CD-ROM | disk | FTP | other *** search
/ minnie.tuhs.org / unixen.tar / unixen / PDP-11 / Bug_Fixes / Net.v7bugs / 0057 < prev    next >
Encoding:
Text File  |  1982-01-09  |  519 b   |  18 lines

  1. Autah-cs.160
  2. net.bugs.v7
  3. utzoo!decvax!ucbvax!ihnss!cbosg!harpo!utah-cs!lepreau
  4. Thu Jan  7 21:08:57 1982
  5. Explicit fix for %= compiler bug
  6. Yes, it's easy to find once one knows where to look!  Thanks to dmr
  7. for this.  Search for '=xor'; this change goes in right before it.
  8.  
  9. Changed /usr/src/cmd/c/table.s. Reason for change:
  10. Install fix for %= bug as outlined by dmr in netnews 1/7/81, research.203.
  11. Change listing:
  12. ----------------------------
  13. 673c673
  14. <     mov    R,*(sp)+
  15. ---
  16. >     movB1    R,*(sp)+
  17. ----------------------------
  18.