Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 1180 - finally dump that 'pc' reference | Kartik K. Agaram | 2015-04-24 | 1 | -2/+1 |
| | | | | | | In the process we uncovered yet another out-of-bounds access, in the implementation of 'reply'. Another sign from the gods that large-scope pointers/references are a bad idea. | ||||
* | 1178 | Kartik K. Agaram | 2015-04-24 | 1 | -3/+2 |
| | |||||
* | 1177 | Kartik K. Agaram | 2015-04-24 | 1 | -1/+1 |
| | |||||
* | 1171 | Kartik K. Agaram | 2015-04-24 | 1 | -2/+2 |
| | | | | | Chip away at eliminating that 'pc' reference by first throwing out the most common expression that uses it: instructions[pc]. | ||||
* | 1169 - use the global variable god gave you | Kartik K. Agaram | 2015-04-24 | 1 | -4/+4 |
| | |||||
* | 1162 | Kartik K. Agaram | 2015-04-24 | 1 | -2/+2 |
| | |||||
* | 1077 | Kartik K. Agaram | 2015-04-17 | 1 | -2/+3 |
| | |||||
* | 1075 | Kartik K. Agaram | 2015-04-17 | 1 | -0/+70 |