Merge pull request #1 from digarok/win32_hostmli_stub

Win32 hostmli stub
This commit is contained in:
ksherlock 2018-08-22 13:22:50 -04:00 committed by GitHub
commit 81c4215595
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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() {}