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:
@@ -16,7 +16,7 @@ using namespace std;
|
|||||||
|
|
||||||
Core::Core(const ArchDef &a, Decoder &d, MemoryUnit &mem, Word id) :
|
Core::Core(const ArchDef &a, Decoder &d, MemoryUnit &mem, Word id) :
|
||||||
a(a), iDec(d), mem(mem), pc(0), interruptEnable(false), supervisorMode(true),
|
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)
|
interruptEntry(0), id(id)
|
||||||
{
|
{
|
||||||
/* Build the register file. */
|
/* Build the register file. */
|
||||||
|
|||||||
Reference in New Issue
Block a user