mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-03 10:29:37 +01:00
- removed obsolete FPC_MTFSB0_CORRECTED macro
git-svn-id: trunk@487 -
This commit is contained in:
parent
6a8eddb6ce
commit
4292e7f939
@ -1784,9 +1784,6 @@ begin
|
|||||||
def_system_macro('VER'+version_nr+'_'+release_nr+'_'+patch_nr);
|
def_system_macro('VER'+version_nr+'_'+release_nr+'_'+patch_nr);
|
||||||
|
|
||||||
{ Temporary defines, until things settle down }
|
{ Temporary defines, until things settle down }
|
||||||
{$ifdef powerpc}
|
|
||||||
def_system_macro('FPC_MTFSB0_CORRECTED');
|
|
||||||
{$endif powerpc}
|
|
||||||
if pocall_default = pocall_register then
|
if pocall_default = pocall_register then
|
||||||
def_system_macro('REGCALL');
|
def_system_macro('REGCALL');
|
||||||
|
|
||||||
|
|||||||
@ -39,13 +39,10 @@ asm
|
|||||||
mtfsfi 1,0
|
mtfsfi 1,0
|
||||||
mtfsfi 2,0
|
mtfsfi 2,0
|
||||||
mtfsfi 3,0
|
mtfsfi 3,0
|
||||||
{$ifdef fpc_mtfsb0_corrected}
|
|
||||||
mtfsb0 21
|
mtfsb0 21
|
||||||
mtfsb0 22
|
mtfsb0 22
|
||||||
mtfsb0 23
|
mtfsb0 23
|
||||||
|
|
||||||
{$endif fpc_mtfsb0_corrected}
|
|
||||||
|
|
||||||
{ enable invalid operations and division by zero exceptions. }
|
{ enable invalid operations and division by zero exceptions. }
|
||||||
{ No overflow/underflow, since those give some spurious }
|
{ No overflow/underflow, since those give some spurious }
|
||||||
{ exceptions }
|
{ exceptions }
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user