Minor fix

This commit is contained in:
tuz358
2018-03-05 17:22:10 +09:00
parent 0d74bf74de
commit 46567cd15d

View File

@@ -34,7 +34,7 @@ void Instructions::init_instructions(){
this->instructions[0xf4] = &Instructions::hlt;
this->instructions[0xff] = &Instructions::opcode_ff;
this->instructions[0xcd] = &Instructions::hlt;
this->instructions[0x66] = &Instructions::hlt;
}
void Instructions::init_modrm(){