mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-06 08:58:40 +02:00
* i386 and i8086 have an index register, so define cpurefshaveindexreg
git-svn-id: trunk@33540 -
This commit is contained in:
parent
1850cb4ccc
commit
046b148f5f
@ -51,6 +51,7 @@
|
|||||||
{$define cpumm}
|
{$define cpumm}
|
||||||
{$define fewintregisters}
|
{$define fewintregisters}
|
||||||
{//$define cpurox}
|
{//$define cpurox}
|
||||||
|
{$define cpurefshaveindexreg}
|
||||||
{$define SUPPORT_SAFECALL}
|
{$define SUPPORT_SAFECALL}
|
||||||
{$define cpuneedsmulhelper}
|
{$define cpuneedsmulhelper}
|
||||||
{ TODO: add another define in order to disable the div helper for 16-bit divs? }
|
{ TODO: add another define in order to disable the div helper for 16-bit divs? }
|
||||||
@ -70,6 +71,7 @@
|
|||||||
{$define cpumm}
|
{$define cpumm}
|
||||||
{$define fewintregisters}
|
{$define fewintregisters}
|
||||||
{$define cpurox}
|
{$define cpurox}
|
||||||
|
{$define cpurefshaveindexreg}
|
||||||
{$define SUPPORT_SAFECALL}
|
{$define SUPPORT_SAFECALL}
|
||||||
{$define SUPPORT_GET_FRAME}
|
{$define SUPPORT_GET_FRAME}
|
||||||
{$define cpucapabilities}
|
{$define cpucapabilities}
|
||||||
|
Loading…
Reference in New Issue
Block a user