summaryrefslogtreecommitdiff
path: root/core/pmapi.c
diff options
context:
space:
mode:
Diffstat (limited to 'core/pmapi.c')
-rw-r--r--core/pmapi.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/pmapi.c b/core/pmapi.c
index f45a7fc6..0cb664ec 100644
--- a/core/pmapi.c
+++ b/core/pmapi.c
@@ -19,5 +19,8 @@
const struct com32_pmapi pm_api_vector =
{
+ .lmalloc = pmapi_lmalloc, /* Allocate low memory */
+ .lfree = free, /* Free low memory */
+
.read_file = pmapi_read_file,
};