mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 19:09:23 +02:00
set last_breakpoint_address field type to CORE_ADDR
git-svn-id: trunk@30022 -
This commit is contained in:
parent
3fe10bfd6c
commit
4fba54788b
@ -909,8 +909,8 @@ type
|
||||
current_pc : CORE_ADDR;
|
||||
{ breakpoint }
|
||||
last_breakpoint_number,
|
||||
last_breakpoint_address,
|
||||
last_breakpoint_line : longint;
|
||||
last_breakpoint_address : CORE_ADDR;
|
||||
last_breakpoint_file : pchar;
|
||||
invalid_breakpoint_line : boolean;
|
||||
user_screen_shown,
|
||||
|
Loading…
Reference in New Issue
Block a user