missing runtime changes from OPAE

This commit is contained in:
Blaise Tine
2020-03-27 22:51:54 -04:00
parent f3889f8744
commit 96e960fa69
5 changed files with 40 additions and 166 deletions

View File

@@ -26,7 +26,7 @@ void vx_print_hex(unsigned f)
}
void vx_printf(char * c, unsigned f)
void vx_printf(const char * c, unsigned f)
{
vx_print_str(c);
vx_print_hex(f);