]> git.sur5r.net Git - cc65/commitdiff
_em_unload was not exported
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Thu, 14 Aug 2003 12:27:20 +0000 (12:27 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Thu, 14 Aug 2003 12:27:20 +0000 (12:27 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@2309 b7a2c559-68d2-44c3-8de9-860c34a00d81

asminc/em-kernel.inc

index 02fed384bee6000ee3494ea96b745ea6e7811c25..c5c21421baee98f00ce140e9ed5f6e1f00d29afe 100644 (file)
@@ -79,11 +79,12 @@ EM_COPY_COUNT           = 5
 ;------------------------------------------------------------------------------
 ; ASM functions
 
+       .global _em_unload
        .global _em_install
        .global _em_uninstall
        .global _em_pagecount
        .global _em_map
-        .global _em_use
+        .global _em_use          
        .global _em_commit
        .global _em_copyfrom
        .global _em_copyto