Skip to content

Commit

Permalink
fix CI after it broke due to moving output to directory
Browse files Browse the repository at this point in the history
  • Loading branch information
moste00 committed Sep 10, 2024
1 parent 5f347f2 commit a42d032
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/end2end-smoke-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Running the generator
run: |
cd generator && source ~/.bash_profile
mv riscv_diasm old_output
mv riscv_disasm old_output
dune exec --profile release -- riscv_disasm_from_sail -f sail.filepaths.txt
Expand Down
2 changes: 1 addition & 1 deletion lib/gen_decoder.ml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ type decoder_gen_iteration_state = {
type_ctx : sail_types_context;
mapping_ctx : sail_mappings_context;
(* The length of the bitstream input to the decoder
option because it initializes to None, then is inferred from the type of the decode mapping *)
Of type option because it initializes to None, then is inferred from the type of the decode mapping *)
mutable instr_length : int option;
(* The final output of the decoder generation process, gradually built up mutably during iteration of the ast*)
mutable decode_rules : decoder;
Expand Down

0 comments on commit a42d032

Please sign in to comment.