Skip to content

Commit

Permalink
Parser: add the riscv SORU_KIND
Browse files Browse the repository at this point in the history
  • Loading branch information
spalmer25 committed Feb 16, 2024
1 parent e243bdc commit 2f7e17a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/src/parser/operation_parser.c
Original file line number Diff line number Diff line change
Expand Up @@ -1069,6 +1069,9 @@ tz_step_read_soru_kind(tz_parser_state *state)
case 1:
strlcpy((char *)CAPTURE, "wasm_2_0_0", sizeof(CAPTURE));
break;
case 2:
strlcpy((char *)CAPTURE, "riscv", sizeof(CAPTURE));
break;
default:
tz_raise(INVALID_TAG);
}
Expand Down

0 comments on commit 2f7e17a

Please sign in to comment.