* optimizer is x86

This commit is contained in:
peter 2003-04-23 13:47:41 +00:00
parent 2bb32541be
commit 35ea6c7233

View File

@ -61,9 +61,17 @@
{$define cpufpemu}
{$endif m68k}
{ Optimizer is x86 only }
{$ifndef i386}
{$define noopt}
{$endif i386}
{
$Log$
Revision 1.15 2003-04-23 12:35:34 florian
Revision 1.16 2003-04-23 13:47:41 peter
* optimizer is x86
Revision 1.15 2003/04/23 12:35:34 florian
* fixed several issues with powerpc
+ applied a patch from Jonas for nested function calls (PowerPC only)
* ...