mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 12:29:18 +02:00
* abox id symbol fixed
This commit is contained in:
parent
218956e0af
commit
47789bef1c
@ -56,13 +56,18 @@ _ExecBase:
|
|||||||
/* This symbol _MUST NOT_ be stripped out from the executable */
|
/* This symbol _MUST NOT_ be stripped out from the executable */
|
||||||
/* or else... */
|
/* or else... */
|
||||||
.globl __abox__
|
.globl __abox__
|
||||||
.align 4
|
.type __abox__,@object
|
||||||
|
.size __abox__,4
|
||||||
__abox__:
|
__abox__:
|
||||||
.long 1
|
.long 1
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.3 2004-04-09 02:58:15 karoly
|
Revision 1.4 2004-04-09 04:02:43 karoly
|
||||||
|
* abox id symbol fixed
|
||||||
|
|
||||||
|
Revision 1.3 2004/04/09 02:58:15 karoly
|
||||||
* typo fixed.
|
* typo fixed.
|
||||||
|
|
||||||
Revision 1.1 2004/03/16 10:29:22 karoly
|
Revision 1.1 2004/03/16 10:29:22 karoly
|
||||||
|
Loading…
Reference in New Issue
Block a user