mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-06 11:28:06 +02:00
* fixed x86-64 NR_RETURN_ADDRESS_REG
git-svn-id: branches/debug_eh@41577 -
This commit is contained in:
parent
866331de34
commit
7de177e3f3
@ -93,7 +93,7 @@ const
|
||||
RS_FRAME_POINTER_REG = RS_RBP;
|
||||
NR_FRAME_POINTER_REG = NR_RBP;
|
||||
{ Return address for DWARF }
|
||||
NR_RETURN_ADDRESS_REG = NR_EIP;
|
||||
NR_RETURN_ADDRESS_REG = NR_RIP;
|
||||
{ Register for addressing absolute data in a position independant way,
|
||||
such as in PIC code. The exact meaning is ABI specific. For
|
||||
further information look at GCC source : PIC_OFFSET_TABLE_REGNUM
|
||||
|
Loading…
Reference in New Issue
Block a user