mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 18:09:30 +02:00
* Changed m68k to cpum68k
This commit is contained in:
parent
a956097415
commit
8a1b525ff7
@ -21,11 +21,11 @@
|
||||
|
||||
{$I heaph.inc}
|
||||
|
||||
{$ifdef m68k}
|
||||
{$ifdef cpum68k}
|
||||
{ used for single computations }
|
||||
const
|
||||
BIAS4 = $7f-1;
|
||||
{$endif}
|
||||
{$endif cpum68k}
|
||||
|
||||
{Platform specific information}
|
||||
type
|
||||
@ -62,7 +62,10 @@ var
|
||||
|
||||
{
|
||||
$Log$
|
||||
Revision 1.17 2003-10-16 15:43:13 peter
|
||||
Revision 1.18 2003-10-17 20:49:02 olle
|
||||
* Changed m68k to cpum68k
|
||||
|
||||
Revision 1.17 2003/10/16 15:43:13 peter
|
||||
* THandle is platform dependent
|
||||
|
||||
Revision 1.16 2002/10/15 19:30:15 peter
|
||||
|
Loading…
Reference in New Issue
Block a user