fixed compilation err when 3dnow is ON

This commit is contained in:
Stanislav Shwartsman 2014-06-01 10:46:17 +00:00
parent 7f8d3a0e30
commit 0b2364501d
2 changed files with 2 additions and 2 deletions

View File

@ -1841,7 +1841,7 @@ modrm_done:
#if BX_SUPPORT_3DNOW
if(b1 == 0x10f)
ia_opcode = Bx3DNowOpcode[i->modRMForm.Ib];
ia_opcode = Bx3DNowOpcode[i->modRMForm.Ib[0]];
#endif
// assign sources

View File

@ -2293,7 +2293,7 @@ modrm_done:
#if BX_SUPPORT_3DNOW
if(b1 == 0x10f)
ia_opcode = Bx3DNowOpcode[i->modRMForm.Ib];
ia_opcode = Bx3DNowOpcode[i->modRMForm.Ib[0]];
#endif
// assign sources