Browse Source

fix vf

eos18-bringup
Yunsup Lee 15 years ago
parent
commit
4f3f70f6b7
  1. 1
      riscv/insns/vf.h

1
riscv/insns/vf.h

@ -3,6 +3,7 @@ for (int i=0; i<VL; i++)
{
uts[i]->pc = RS1+SIMM;
uts[i]->utmode = true;
uts[i]->run = true;
while (uts[i]->utmode)
uts[i]->step(1, false); // XXX
}

Loading…
Cancel
Save