Changeset 849 for trunk/platforms
- Timestamp:
- Oct 16, 2014, 12:23:56 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/platforms/tsar_generic_leti/top.cpp
r826 r849 1141 1141 } 1142 1142 1143 #if USE_PIC 1143 1144 // variable used for IRQ trace 1144 1145 bool prev_irq_bdev = false; … … 1151 1152 for( size_t y = 0 ; y<16 ; y++ ) 1152 1153 for( size_t i = 0 ; i<4 ; i++ ) prev_irq_proc[x][y][i] = false; 1154 #endif 1153 1155 1154 1156 for (uint64_t n = 1; n < ncycles && !stop_called; n++)
Note: See TracChangeset
for help on using the changeset viewer.