fixed copy-paste issue

This commit is contained in:
Stanislav Shwartsman 2019-12-21 20:30:15 +00:00
parent c16816485e
commit f99258a2fd
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ void BX_CPP_AttrRegparmN(1) BX_CPU_C::LOAD_MASK_Wsd(bxInstruction_c *i)
val_64 = read_virtual_qword(i->seg(), eaddr);
}
BX_WRITE_XMM_REG_LO_DWORD(BX_VECTOR_TMP_REGISTER, val_64);
BX_WRITE_XMM_REG_LO_QWORD(BX_VECTOR_TMP_REGISTER, val_64);
BX_CPU_CALL_METHOD(i->execute2(), (i));
}
#endif