Changeset 00c31a2 in buchla-68k for ram/ptfield.c
- Timestamp:
- 11/15/2017 07:46:27 PM (7 years ago)
- Branches:
- master
- Children:
- 58ff1a9
- Parents:
- 72741f4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ram/ptfield.c
r72741f4 r00c31a2 268 268 patches[sp].prevstm = pp; 269 269 270 if ( sp = findnxt(cp)) /* adjust ptecpos */270 if ((sp = findnxt(cp))) /* adjust ptecpos */ 271 271 ptecpos = sp; 272 else if ( pp = findprv(cp))272 else if ((pp = findprv(cp))) 273 273 ptecpos = pp; 274 274 else … … 279 279 for (i = 0; i < NDEFSTMS; ++i) { /* adjust defptr list */ 280 280 281 if ( cp = defptr[i]) { /* in use ? */281 if ((cp = defptr[i])) { /* in use ? */ 282 282 283 283 pp = 0; /* initial predecessor */
Note:
See TracChangeset
for help on using the changeset viewer.