- Timestamp:
- 11/15/2017 09:02:30 PM (7 years ago)
- Branches:
- master
- Children:
- e68b406
- Parents:
- eee74cd
- Location:
- ram
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
ram/etadyn.c
reee74cd rf852615 41 41 uint16_t fpmant, fpexp; 42 42 uint16_t oldsr; 43 int16_t nop;43 volatile int16_t nop = 0; 44 44 45 45 grpdyn[grp] = dyn; -
ram/etloc.c
reee74cd rf852615 35 35 uint16_t fpmant, fpexp; 36 36 uint16_t oldsr; 37 int16_t nop;37 volatile int16_t nop = 0; 38 38 39 39 grploc[grp] = loc; -
ram/lcdlbls.c
reee74cd rf852615 1633 1633 int16_t val, oldi; 1634 1634 uint16_t mult; 1635 int16_t nop;1635 volatile int16_t nop = 0; 1636 1636 1637 1637 lastart[par] = ival; … … 1819 1819 volatile uint16_t *fpu; 1820 1820 int32_t trval, trmax; 1821 int16_t nop;1821 volatile int16_t nop = 0; 1822 1822 1823 1823 trmax = PCHMAX; -
ram/sendval.c
reee74cd rf852615 19 19 int16_t oldi, val; 20 20 int32_t ltmp; 21 int16_t nop;21 volatile int16_t nop = 0; 22 22 23 23 fpu = io_fpu + FPU_OFNC + (voice << 8) + (par << 4); … … 87 87 uint16_t fpexp, fpmant, fptime; 88 88 int16_t oldi, i; 89 int16_t nop, olds; 89 volatile int16_t nop = 0; 90 int16_t olds; 90 91 91 92 if (stat) {
Note:
See TracChangeset
for help on using the changeset viewer.