codetools: fix compilation for wince (issue #0018537)

git-svn-id: trunk@29228 -
This commit is contained in:
paul 2011-01-28 04:21:37 +00:00
parent 3f53da5904
commit 2af6ab0885

View File

@ -2832,7 +2832,7 @@ begin
Result:=p.ClassName;
end;
function dbgMemRange(P: PByte; Count: integer; Width: integer): string;
function dbgMemRange(P: System.PByte; Count: integer; Width: integer = 0): string;
const
HexChars: array[0..15] of char = '0123456789ABCDEF';
LineEnd: shortstring = LineEnding;