- removed obsolete FPC_MTFSB0_CORRECTED macro

git-svn-id: trunk@487 -
This commit is contained in:
Jonas Maebe 2005-06-24 18:34:58 +00:00
parent 6a8eddb6ce
commit 4292e7f939
2 changed files with 0 additions and 6 deletions

View File

@ -1784,9 +1784,6 @@ begin
def_system_macro('VER'+version_nr+'_'+release_nr+'_'+patch_nr);
{ Temporary defines, until things settle down }
{$ifdef powerpc}
def_system_macro('FPC_MTFSB0_CORRECTED');
{$endif powerpc}
if pocall_default = pocall_register then
def_system_macro('REGCALL');

View File

@ -39,13 +39,10 @@ asm
mtfsfi 1,0
mtfsfi 2,0
mtfsfi 3,0
{$ifdef fpc_mtfsb0_corrected}
mtfsb0 21
mtfsb0 22
mtfsb0 23
{$endif fpc_mtfsb0_corrected}
{ enable invalid operations and division by zero exceptions. }
{ No overflow/underflow, since those give some spurious }
{ exceptions }