mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 08:59:26 +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 */
|
||||
/* or else... */
|
||||
.globl __abox__
|
||||
.align 4
|
||||
.type __abox__,@object
|
||||
.size __abox__,4
|
||||
__abox__:
|
||||
.long 1
|
||||
|
||||
|
||||
/*
|
||||
$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.
|
||||
|
||||
Revision 1.1 2004/03/16 10:29:22 karoly
|
||||
|
Loading…
Reference in New Issue
Block a user