mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 18:49:16 +02:00
- rm NR_PIC_OFFSET_REG from i8086/cpubase.inc, because it isn't used (and shouldn't be used) on the i8086
git-svn-id: trunk@24500 -
This commit is contained in:
parent
2557382815
commit
8fea00d8f5
@ -92,11 +92,6 @@
|
|||||||
NR_FRAME_POINTER_REG = NR_BP;
|
NR_FRAME_POINTER_REG = NR_BP;
|
||||||
{ Return address for DWARF }
|
{ Return address for DWARF }
|
||||||
NR_RETURN_ADDRESS_REG = NR_EIP;
|
NR_RETURN_ADDRESS_REG = NR_EIP;
|
||||||
{# 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
|
|
||||||
}
|
|
||||||
NR_PIC_OFFSET_REG = NR_BX;
|
|
||||||
{ Results are returned in this register (16-bit values) }
|
{ Results are returned in this register (16-bit values) }
|
||||||
NR_FUNCTION_RETURN_REG = NR_AX;
|
NR_FUNCTION_RETURN_REG = NR_AX;
|
||||||
RS_FUNCTION_RETURN_REG = RS_AX;
|
RS_FUNCTION_RETURN_REG = RS_AX;
|
||||||
|
Loading…
Reference in New Issue
Block a user