* 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; 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;

View File

@ -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;