From: cuz Date: Thu, 14 Aug 2003 12:27:20 +0000 (+0000) Subject: _em_unload was not exported X-Git-Tag: V2.12.0~1423 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=3302bfc108ea9ab986ea4c5f53f558efa677a53e;p=cc65 _em_unload was not exported git-svn-id: svn://svn.cc65.org/cc65/trunk@2309 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/asminc/em-kernel.inc b/asminc/em-kernel.inc index 02fed384b..c5c21421b 100644 --- a/asminc/em-kernel.inc +++ b/asminc/em-kernel.inc @@ -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