|
@@ -1561,7 +1561,7 @@ implementation
|
|
else
|
|
else
|
|
output.bytes:=md;
|
|
output.bytes:=md;
|
|
{ SIB needed ? }
|
|
{ SIB needed ? }
|
|
- if (ir=NR_NO) and (br<>NR_ESP) then
|
|
|
|
|
|
+ if (ir=NR_NO) and (br<>NR_RSP)then
|
|
begin
|
|
begin
|
|
output.sib_present:=false;
|
|
output.sib_present:=false;
|
|
output.modrm:=(md shl 6) or (rfield shl 3) or base;
|
|
output.modrm:=(md shl 6) or (rfield shl 3) or base;
|