Merge pull request #37 from digarok/win32_hostmli_stub

add unimplemented functions to allow win32 builds to work
This commit is contained in:
Dagen Brock
2018-08-22 10:34:25 -05:00
committed by GitHub
+5
View File
@@ -2862,3 +2862,8 @@ void host_fst(void) {
if (acc) SEC();
else CLC();
}
// placeholder to build on win32 until it support host MLI
void host_mli_head() {}
void host_mli_tail() {}