mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-05 11:38:04 +02:00
LazDebuggerFp: fix hook for i2o intrinsic.
This commit is contained in:
parent
0b109f4e2d
commit
0a223f247c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user