]> git.sur5r.net Git - cc65/commitdiff
Have _em_load_driver exported here now that it is an asm function.
authorol.sc <ol.sc@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Tue, 31 Jul 2012 21:37:07 +0000 (21:37 +0000)
committerol.sc <ol.sc@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Tue, 31 Jul 2012 21:37:07 +0000 (21:37 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@5799 b7a2c559-68d2-44c3-8de9-860c34a00d81

asminc/em-kernel.inc

index dedbb2bf4cd00cda3b8eb78288cda13ee4ac4d7d..e17b9c6befc13042d575a46a0f464155d203091d 100644 (file)
@@ -92,12 +92,13 @@ EMD_API_VERSION         = $00
 ;------------------------------------------------------------------------------
 ; C callable functions
 
+       .global _em_load_driver
        .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