mirror of
git://repo.or.cz/tinycc.git
synced 2026-06-17 15:44:18 +08:00
allow cross compiling for alloca on arm64
This commit is contained in:
parent
7479a5c21a
commit
f5f544f436
2
tccasm.c
2
tccasm.c
@ -991,7 +991,7 @@ static void asm_parse_directive(TCCState *s1, int global)
|
||||
next();
|
||||
asm_expr(s1, &e);
|
||||
skip(',');
|
||||
#ifdef __aarch64__
|
||||
#if defined(TCC_TARGET_ARM64)
|
||||
if (strcmp(get_tok_str(tok, NULL), "R_AARCH64_CALL26"))
|
||||
#endif
|
||||
tcc_error("unimp: reloc '%s' unknown", get_tok_str(tok, NULL));
|
||||
|
||||
Loading…
Reference in New Issue
Block a user