mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 11:29:16 +02:00
* changed the type of TFrameEntry.address from PtrInt to CORE_ADDR
git-svn-id: trunk@30071 -
This commit is contained in:
parent
1e842ffb6f
commit
4794b901ae
@ -40,7 +40,7 @@ type
|
|||||||
function_name: PChar;
|
function_name: PChar;
|
||||||
args: PChar;
|
args: PChar;
|
||||||
line_number: LongInt;
|
line_number: LongInt;
|
||||||
address: PtrInt;
|
address: CORE_ADDR;
|
||||||
level : longint;
|
level : longint;
|
||||||
constructor Init;
|
constructor Init;
|
||||||
destructor Done;
|
destructor Done;
|
||||||
|
@ -729,7 +729,7 @@ type
|
|||||||
function_name : pchar;
|
function_name : pchar;
|
||||||
args : pchar;
|
args : pchar;
|
||||||
line_number : longint;
|
line_number : longint;
|
||||||
address : ptrint;
|
address : CORE_ADDR;
|
||||||
level : longint;
|
level : longint;
|
||||||
constructor init;
|
constructor init;
|
||||||
destructor done;
|
destructor done;
|
||||||
|
Loading…
Reference in New Issue
Block a user