diff options
Diffstat (limited to 'arm-asm.c')
| -rw-r--r-- | arm-asm.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -17,6 +17,8 @@ ST_FUNC void gen_le32(int c); #else /*************************************************************/ +#include "tcc.h" + static void asm_error(void) { tcc_error("ARM asm not implemented."); |
