From: cuz Date: Sun, 21 Apr 2002 14:26:18 +0000 (+0000) Subject: Added mod_free X-Git-Tag: V2.12.0~2370 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=0876496d4410623334d7a869f2e5aa6a33f0f42f;p=cc65 Added mod_free git-svn-id: svn://svn.cc65.org/cc65/trunk@1251 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/asminc/modload.inc b/asminc/modload.inc index b11bc75f3..a8be525aa 100644 --- a/asminc/modload.inc +++ b/asminc/modload.inc @@ -64,6 +64,10 @@ MODCTRL_SIZE = 20 ; Total size of struct ; */ .global _mod_load +; void mod_free (struct mod_ctrl* ctrl); +; /* Free a loaded module. */ +.global _mod_free + ; Errors