Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=4212986
By: kryvich
I've found out in function GetActualAddr these lines:
if (PAbsoluteIndirectJmp(Proc).OpCode = $) then // JMP mem32
Result := PAbsoluteIndirectJmp(Proc).Addr^
The compiler considers $ = 0 (very strange by the way).
I think it's an error, isn't it?
______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=671785
|