From: ol.sc 
Date: Tue, 31 Jul 2012 21:37:07 +0000 (+0000)
Subject: Have _em_load_driver exported here now that it is an asm function.
X-Git-Tag: V2.14~273
X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=58c8db7c75273f2e5c17cf38fdab0511031ca809;p=cc65
Have _em_load_driver exported here now that it is an asm function.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5799 b7a2c559-68d2-44c3-8de9-860c34a00d81
---
diff --git a/asminc/em-kernel.inc b/asminc/em-kernel.inc
index dedbb2bf4..e17b9c6be 100644
--- a/asminc/em-kernel.inc
+++ b/asminc/em-kernel.inc
@@ -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