mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 00:29:33 +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;
|
||||
args: PChar;
|
||||
line_number: LongInt;
|
||||
address: PtrInt;
|
||||
address: CORE_ADDR;
|
||||
level : longint;
|
||||
constructor Init;
|
||||
destructor Done;
|
||||
|
@ -729,7 +729,7 @@ type
|
||||
function_name : pchar;
|
||||
args : pchar;
|
||||
line_number : longint;
|
||||
address : ptrint;
|
||||
address : CORE_ADDR;
|
||||
level : longint;
|
||||
constructor init;
|
||||
destructor done;
|
||||
|
Loading…
Reference in New Issue
Block a user