mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-24 22:19:12 +02:00
Debugger: fix converting values (qword) to bin/octal
git-svn-id: trunk@63913 -
This commit is contained in:
parent
0b1a412658
commit
466084cebd
@ -3110,7 +3110,7 @@ end;
|
||||
|
||||
function TRegisterDisplayValue.GetValue(ADispFormat: TRegisterDisplayFormat): String;
|
||||
const Digits = '01234567';
|
||||
function IntToBase(Val, Base: Integer): String;
|
||||
function IntToBase(Val, Base: QWord): String;
|
||||
var
|
||||
M: Integer;
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user