Selaa lähdekoodia

* abox id symbol fixed

Károly Balogh 21 vuotta sitten
vanhempi
commit
47789bef1c
1 muutettua tiedostoa jossa 7 lisäystä ja 2 poistoa
  1. 7 2
      rtl/morphos/prt0.as

+ 7 - 2
rtl/morphos/prt0.as

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