Fixed dumb error in previous commit.

git-svn-id: http://www.cdkersey.com/harp/harptool@31 0246edb2-e076-4747-b392-db732a341fa2
This commit is contained in:
chad 2011-10-19 01:37:26 +00:00
parent 1ada993c54
commit 85b40db3d1

View file

@ -16,7 +16,7 @@ using namespace std;
Core::Core(const ArchDef &a, Decoder &d, MemoryUnit &mem, Word id) :
a(a), iDec(d), mem(mem), pc(0), interruptEnable(false), supervisorMode(true),
activeThreads(1), reg(0), pred(0), shadowReg(a.getNRegs()), shadowPReg(a.getNPRegs()o),
activeThreads(1), reg(0), pred(0), shadowReg(a.getNRegs()), shadowPReg(a.getNPRegs()),
interruptEntry(0), id(id)
{
/* Build the register file. */