Support for memory allocation

- Corten now has basic support for memory allocation through with the ALOC code.
This commit is contained in:
Anthony Foxclaw 2020-02-09 16:41:13 -05:00
parent 86f060e0f5
commit b825931ce5
3 changed files with 26 additions and 2 deletions

View file

@ -140,4 +140,4 @@ mod instruction_parser_test {
))
);
}
}
}