Skip to content

Commit

Permalink
fixup! riscv: Add .option assembly directive (unimp)
Browse files Browse the repository at this point in the history
  • Loading branch information
ekaitz-zarraga committed Mar 23, 2024
1 parent cbe70fa commit 0239133
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tccasm.c
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 0239133

Please sign in to comment.