]> git.sur5r.net Git - cc65/blobdiff - libsrc/apple2/iobuf.s
don't use constructor to setup runtime stack
[cc65] / libsrc / apple2 / iobuf.s
index fc412c241e973ca135f76ef18e1868c2c3e8295d..88a4503d0815bbf1b4944efd808fa0fdab4ec84e 100644 (file)
@@ -5,11 +5,7 @@
 ; 
 
         .export                iobuf_alloc, iobuf_free
-        .export                iobuf_init,  iobuf_done
-        .import                iobuf_nop
         .import                _posix_memalign, _free
 
 iobuf_alloc := _posix_memalign
 iobuf_free  := _free
-iobuf_init  := iobuf_nop
-iobuf_done  := iobuf_nop