FpDebug: Disassemble, fixed multibyte NOP Issue #0038625

git-svn-id: trunk@64992 -
This commit is contained in:
martin 2021-04-14 16:28:37 +00:00
parent ee40b8f4c1
commit b3d254310b

View File

@ -2286,8 +2286,8 @@ var
DoGroup16; DoGroup16;
end; end;
$19..$1F: begin $19..$1F: begin
Include(Flags, flagModRM);
Opcode := OPnop; Opcode := OPnop;
AddEv;
end; end;
//--- //---
$20: begin $20: begin