From b3d254310bfeebbfeae4cf376d9dd5f9a97548d7 Mon Sep 17 00:00:00 2001 From: martin Date: Wed, 14 Apr 2021 16:28:37 +0000 Subject: [PATCH] FpDebug: Disassemble, fixed multibyte NOP Issue #0038625 git-svn-id: trunk@64992 - --- components/fpdebug/fpdbgdisasx86.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/fpdebug/fpdbgdisasx86.pp b/components/fpdebug/fpdbgdisasx86.pp index 471607a1de..ee535163be 100644 --- a/components/fpdebug/fpdbgdisasx86.pp +++ b/components/fpdebug/fpdbgdisasx86.pp @@ -2286,8 +2286,8 @@ var DoGroup16; end; $19..$1F: begin - Include(Flags, flagModRM); Opcode := OPnop; + AddEv; end; //--- $20: begin