* changed the type of TFrameEntry.address from PtrInt to CORE_ADDR

git-svn-id: trunk@30071 -
This commit is contained in:
nickysn 2015-03-02 13:43:58 +00:00
parent 1e842ffb6f
commit 4794b901ae
2 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@ type
function_name: PChar;
args: PChar;
line_number: LongInt;
address: PtrInt;
address: CORE_ADDR;
level : longint;
constructor Init;
destructor Done;

View File

@ -729,7 +729,7 @@ type
function_name : pchar;
args : pchar;
line_number : longint;
address : ptrint;
address : CORE_ADDR;
level : longint;
constructor init;
destructor done;