Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | arm11_sc7_action_t -> struct arm11_sc7_action | Zachary T Welch | 2009-11-13 | 1 | -3/+3 |
| | | | | Remove misleading typedef and redundant suffix from struct arm11_sc7_action. | ||||
* | arm11_common_t -> struct arm11_common | Zachary T Welch | 2009-11-13 | 1 | -20/+20 |
| | | | | Remove misleading typedef and redundant suffix from struct arm11_common. | ||||
* | scan_field_t -> struct scan_field | Zachary T Welch | 2009-11-13 | 1 | -3/+3 |
| | | | | Remove useless structure typedef. | ||||
* | Add private header for ARM11 internals. | Zachary T Welch | 2009-11-08 | 1 | -0/+69 |
Reduces confusion about location of associated routines and reduces clutter in the arm11 header. Removes extra whitespace around the lines touched by these changes. |