mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-24 13:32:31 +02:00
* m68k fix
This commit is contained in:
parent
35ea6c7233
commit
99c4b6cf86
@ -195,6 +195,9 @@ Implementation
|
|||||||
finput,
|
finput,
|
||||||
gdb,
|
gdb,
|
||||||
{$endif GDB}
|
{$endif GDB}
|
||||||
|
{$ifdef m68k}
|
||||||
|
cpuinfo,
|
||||||
|
{$endif m68k}
|
||||||
cpubase,aasmcpu
|
cpubase,aasmcpu
|
||||||
;
|
;
|
||||||
|
|
||||||
@ -1614,7 +1617,10 @@ Implementation
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.51 2003-04-22 14:33:38 peter
|
Revision 1.52 2003-04-23 13:48:07 peter
|
||||||
|
* m68k fix
|
||||||
|
|
||||||
|
Revision 1.51 2003/04/22 14:33:38 peter
|
||||||
* removed some notes/hints
|
* removed some notes/hints
|
||||||
|
|
||||||
Revision 1.50 2003/03/10 18:16:00 olle
|
Revision 1.50 2003/03/10 18:16:00 olle
|
||||||
|
Loading…
Reference in New Issue
Block a user