Fixed g++ with Vortex, _start stil not initializing propoerly
This commit is contained in:
@@ -3,6 +3,10 @@
|
||||
|
||||
#define VX_INTRINSICS
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
// Spawns Warps
|
||||
void vx_wspawn (unsigned numWarps, unsigned PC_spawn);
|
||||
|
||||
@@ -39,5 +43,8 @@ void vx_resetStack(void);
|
||||
#define __endif vx_join();
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user