mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-24 05:47:35 -04:00
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:
parent
1ada993c54
commit
85b40db3d1
1 changed files with 1 additions and 1 deletions
|
@ -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. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue