Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-06-26 | cpu_loop_exit: avoid using AREG0 | Blue Swirl | 1 | -5/+6 | |
Make cpu_loop_exit() take a parameter for CPUState instead of relying on global env. Signed-off-by: Blue Swirl <blauwirbel@gmail.com> | |||||
2011-05-28 | Move user emulator stuff from cpu-exec.c to user-exec.c | Blue Swirl | 1 | -0/+673 | |
Simplify cpu-exec.c by refactoring. Signed-off-by: Blue Swirl <blauwirbel@gmail.com> |