gem5/src
Kevin Lim 712a8ee700 O3CPU: Add a hack to ensure that nextPC is set correctly after syscalls.
Just check CPU's nextPC before and after syscall and if it changes,
update this instruction's nextPC because the syscall must have changed
the nextPC.
2008-09-26 07:44:06 -07:00
..
arch sparc: Fix style, create a helper function for translation. 2008-09-23 20:38:02 -07:00
base gcc: Version 4.3 is pretty anal about shadowing types, placate it. 2008-09-22 08:25:57 -07:00
cpu O3CPU: Add a hack to ensure that nextPC is set correctly after syscalls. 2008-09-26 07:44:06 -07:00
dev atomicio: provide atomic read and write functions. 2008-09-19 09:42:31 -07:00
doxygen Fix up doxygen. 2006-08-14 19:25:07 -04:00
kern style: Remove non-leading tabs everywhere they shouldn't be. Developers should configure their editors to not insert tabs 2008-09-10 14:26:15 -04:00
mem style: Remove non-leading tabs everywhere they shouldn't be. Developers should configure their editors to not insert tabs 2008-09-10 14:26:15 -04:00
python style: Remove non-leading tabs everywhere they shouldn't be. Developers should configure their editors to not insert tabs 2008-09-10 14:26:15 -04:00
sim We're using the static keyword improperly in some cases. 2008-09-19 09:42:54 -07:00
unittest Quick program to time how long ccprintf takes to write 2007-02-07 22:02:09 -08:00
Doxyfile Fix up doxygen. 2006-08-14 19:25:07 -04:00
SConscript scons: Separate swig environment so we can have different flags. 2008-09-22 08:25:58 -07:00