gem5/src
Gabe Black 4b29d22386 X86: Get rid of initialization of R11
R11 is just junk after the start of exectuion because we're "returning" from
an execve call and linux destroys the contents of rcx and r11 on system calls.

--HG--
extra : convert_revision : 6bf69a50ce56e0355dfdd41524163874340beec0
2007-08-01 12:00:32 -07:00
..
arch X86: Get rid of initialization of R11 2007-08-01 12:00:32 -07:00
base Merge Gabe's changes with mine. 2007-07-22 10:40:45 -04:00
cpu Add a flag to indicate an instruction triggers a syscall in SE mode. 2007-07-31 17:34:08 -07:00
dev Major changes to how SimObjects are created and initialized. Almost all 2007-07-23 21:51:38 -07:00
doxygen Fix up doxygen. 2006-08-14 19:25:07 -04:00
kern X86: Fix argument register indexing. 2007-07-26 22:13:14 -07:00
mem Major changes to how SimObjects are created and initialized. Almost all 2007-07-23 21:51:38 -07:00
python Major changes to how SimObjects are created and initialized. Almost all 2007-07-23 21:51:38 -07:00
sim X86: Initial stack frame fixes and constant shuffling. 2007-07-29 01:33:06 -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 Add a new SCons option called EXTRAS that allows you to include stuff in 2007-07-25 18:21:11 -07:00