blob: 144376c122e28b32db0ce74d50e494aee573f397 (
plain) (
blame)
1
2
3
4
|
Refactor everything to agnostic of CPUState structure layout
Currently, a lot of code implicitly depends on CPUState layout. Assumptions are smeared throughout the codebase.
It would be nice to allow the layout of CPUState to be changed from a single place.
|