d31bc6a3f9
corresponding invocation in the ncg table so the same helpers can be used for both mcg and ncg. Add a new IR opcode, FARJUMP, which jumps to a helper function but saves volatile registers.
9 lines
146 B
C
9 lines
146 B
C
#include "test.h"
|
|
|
|
/* Bypasses the CRT, so there's no stdio or BSS initialisation. */
|
|
void _m_a_i_n(void)
|
|
{
|
|
ASSERT(0 == 0);
|
|
finished();
|
|
}
|