diff options
author | Korey Sewell <ksewell@umich.edu> | 2006-03-09 03:27:51 -0500 |
---|---|---|
committer | Korey Sewell <ksewell@umich.edu> | 2006-03-09 03:27:51 -0500 |
commit | a3aae21d031c93ab1b9a90d435d9590dad2482c4 (patch) | |
tree | c3a5ac3042cd619a3d284c653bfb795dcb35069e /arch/sparc | |
parent | 9e304ed3e6d96e2090981a8aa825dab5b662909a (diff) | |
download | gem5-a3aae21d031c93ab1b9a90d435d9590dad2482c4.tar.xz |
last changes before big merge
arch/alpha/isa_traits.hh:
arch/sparc/isa_traits.hh:
add nnpc for compiling purposes in exec_context setNextNPC function
cpu/exec_context.hh:
set NNPC function
cpu/simple/cpu.cc:
use NNPC in determining what PC we are using
--HG--
extra : convert_revision : e810cfbc5dc31879b20d2cc40bf9871613203532
Diffstat (limited to 'arch/sparc')
-rw-r--r-- | arch/sparc/isa_traits.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sparc/isa_traits.hh b/arch/sparc/isa_traits.hh index c592a05ed..1752ed194 100644 --- a/arch/sparc/isa_traits.hh +++ b/arch/sparc/isa_traits.hh @@ -409,6 +409,7 @@ namespace SparcISA Addr pc; // Program Counter Addr npc; // Next Program Counter + Addr nnpc; void serialize(std::ostream &os); void unserialize(Checkpoint *cp, const std::string §ion); |