summaryrefslogtreecommitdiff
path: root/firmware/rolo.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/rolo.c')
-rw-r--r--firmware/rolo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/rolo.c b/firmware/rolo.c
index 5f936c95f4..f95fc4bd4d 100644
--- a/firmware/rolo.c
+++ b/firmware/rolo.c
@@ -242,7 +242,7 @@ int rolo_load(const char* filename)
242 242
243 /* get the system buffer. release only in case of error, otherwise 243 /* get the system buffer. release only in case of error, otherwise
244 * we don't return anyway */ 244 * we don't return anyway */
245 rolo_handle = core_alloc_maximum("rolo", &filebuf_size, NULL); 245 rolo_handle = core_alloc_maximum("rolo", &filebuf_size, &buflib_ops_locked);
246 if (rolo_handle < 0) 246 if (rolo_handle < 0)
247 { 247 {
248 rolo_error("OOM"); 248 rolo_error("OOM");