compile fixes for vsc port

This commit is contained in:
Vectorcamp
2021-10-06 06:23:46 -04:00
committed by apostolos
parent 732fc5e791
commit 28f8f30866
7 changed files with 208 additions and 127 deletions

View File

@@ -44,5 +44,7 @@ hs_error_t HS_CDECL hs_valid_platform(void) {
}
#elif defined(ARCH_ARM32) || defined(ARCH_AARCH64)
return HS_SUCCESS;
#elif defined(ARCH_PPC64EL)
return HS_SUCCESS;
#endif
}