Changeset fa38804 in buchla-68k for ram/delpnts.c
- Timestamp:
- 07/14/2017 04:18:35 PM (7 years ago)
- Branches:
- master
- Children:
- ace9ee7
- Parents:
- 1efe224
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ram/delpnts.c
r1efe224 rfa38804 17 17 short debugdf = 1; 18 18 #endif 19 20 /*21 22 */23 19 24 20 /* … … 88 84 #endif 89 85 90 /* 91 92 */ 86 93 87 oldi = setipl(FPU_DI); /* +++++ disable FPU interrupts +++++ */ 94 88 … … 132 126 edfunc(curfunc); /* set new current point */ 133 127 subj -= 1; 134 /* 135 136 */ 128 137 129 } else { /* deleting all points */ 138 130 … … 185 177 } 186 178 187 /* 188 189 */ 179 190 180 #if DEBUGIT 191 181 if (debugsw AND debugdf) { … … 212 202 return(SUCCESS); 213 203 } 214 215 /*216 217 */218 204 219 205 /* … … 247 233 #endif 248 234 249 /* 250 251 */ 235 252 236 oldi = setipl(FPU_DI); /* disable FPU interrupts */ 253 237
Note:
See TracChangeset
for help on using the changeset viewer.