Commit e10b61da authored by Martin Blix Grydeland's avatar Martin Blix Grydeland Committed by Dridi Boukelmoune

Use SML_AllocBuf also for -sfile

parent 3142d4a8
......@@ -501,6 +501,8 @@ const struct stevedore smf_stevedore = {
.allocobj = SML_allocobj,
.panic = SML_panic,
.methods = &SML_methods,
.allocbuf = SML_AllocBuf,
.freebuf = SML_FreeBuf,
};
#ifdef INCLUDE_TEST_DRIVER
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment