1
0
mirror of https://github.com/cc65/cc65.git synced 2025-01-17 20:30:36 +00:00

_em_unload was not exported

git-svn-id: svn://svn.cc65.org/cc65/trunk@2309 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz 2003-08-14 12:27:20 +00:00
parent 88d2cc0410
commit 3302bfc108

View File

@ -79,11 +79,12 @@ EM_COPY_COUNT = 5
;------------------------------------------------------------------------------ ;------------------------------------------------------------------------------
; ASM functions ; ASM functions
.global _em_unload
.global _em_install .global _em_install
.global _em_uninstall .global _em_uninstall
.global _em_pagecount .global _em_pagecount
.global _em_map .global _em_map
.global _em_use .global _em_use
.global _em_commit .global _em_commit
.global _em_copyfrom .global _em_copyfrom
.global _em_copyto .global _em_copyto