mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-23 21:39:10 -04:00
Changed instruction size from wsize() * 4 to wsize() * 8
This commit is contained in:
parent
d8796efd89
commit
71acf4eadb
1 changed files with 1 additions and 1 deletions
|
@ -369,7 +369,7 @@ std::ostream &operator<<(std::ostream &os, const Instr &instr) {
|
|||
}
|
||||
|
||||
Decoder::Decoder(const ArchDef &arch) {
|
||||
inst_s_ = arch.wsize() * 4;
|
||||
inst_s_ = arch.wsize() * 8;
|
||||
opcode_s_ = 7;
|
||||
reg_s_ = 5;
|
||||
func2_s_ = 2;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue