LazDebuggerFp: fix hook for i2o intrinsic.

This commit is contained in:
Martin 2024-07-28 19:14:31 +02:00
parent 0b109f4e2d
commit 0a223f247c

View File

@ -1118,6 +1118,7 @@ end;
function TFpThreadWorkerEvaluate.DoFindIntrinsic(AnExpression: TFpPascalExpression; AStart: PChar;
ALen: Integer): TFpPascalExpressionPartIntrinsicBase;
begin
Result := nil;
if (ALen = 3) and (strlicomp(AStart, pchar('i2o'), 3) = 0) and
(FDebugger.DbgController.CurrentProcess.Disassembler is TX86AsmDecoder)
then