Fixed g++ with Vortex, _start stil not initializing propoerly
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
|
||||
#include "vx_io.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
void vx_print_hex(unsigned f)
|
||||
{
|
||||
// vx_print_str(hextoa[f]);
|
||||
@@ -27,4 +31,8 @@ void vx_printf(char * c, unsigned f)
|
||||
vx_print_str(c);
|
||||
vx_print_hex(f);
|
||||
vx_print_str("\n");
|
||||
}
|
||||
}
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
Reference in New Issue
Block a user