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