realemu: typo

This commit is contained in:
cinap_lenrek 2011-04-20 15:28:16 +00:00
parent eeb0a66024
commit 7381779ba2

View file

@ -348,7 +348,7 @@ getmodrm32(Iarg *ip, Inst *i)
i->off = ar(areg(ip->cpu, 4, i->rm + RAX));
break;
case 4:
b = ar(ip); i->off++;
b = ar(ip); ip->off++;
i->scale = b>>6;
i->index = (b>>3)&7;
i->base = b&7;