Skip to content

Commit

Permalink
Fix rdinstreth constraint, bump riscv-meta
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljclark committed Sep 16, 2018
1 parent e18b086 commit 9b1e2f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion meta
Submodule meta updated 1 files
+1 −1 pseudos
2 changes: 1 addition & 1 deletion src/asm/meta.cc
Original file line number Diff line number Diff line change
Expand Up @@ -3276,7 +3276,7 @@ const rvc_constraint rvcc_rdtimeh[] = {

const rvc_constraint rvcc_rdinstreth[] = {
rvc_rs1_eq_x0,
rvc_csr_eq_0xc80,
rvc_csr_eq_0xc82,
rvc_end
};

Expand Down

0 comments on commit 9b1e2f7

Please sign in to comment.