1
0
Fork 0

fixup! riscv: Add .option assembly directive (unimp)

This commit is contained in:
Ekaitz Zarraga 2024-03-23 12:32:32 +01:00
parent cbe70fa629
commit 0239133488
1 changed files with 2 additions and 0 deletions

View File

@ -927,6 +927,8 @@ static void asm_parse_directive(TCCState *s1, int global)
case TOK_ASMDIR_option:
next();
switch(tok){
case TOK_ASM_rvc: /* Will be deprecated soon in favor of arch */
case TOK_ASM_norvc: /* Will be deprecated soon in favor of arch */
case TOK_ASM_pic:
case TOK_ASM_nopic:
case TOK_ASM_relax: