* abox id symbol fixed

This commit is contained in:
Károly Balogh 2004-04-09 04:02:43 +00:00
parent 218956e0af
commit 47789bef1c

View File

@ -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