From 58c8db7c75273f2e5c17cf38fdab0511031ca809 Mon Sep 17 00:00:00 2001
From: "ol.sc" 
Date: Tue, 31 Jul 2012 21:37:07 +0000
Subject: [PATCH] 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
---
 asminc/em-kernel.inc | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
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
-- 
2.39.5