Skip to content

Commit

Permalink
Merge pull request riscv#260 from YenHaoChen/pr-mcontrol-action
Browse files Browse the repository at this point in the history
Fix definition of mcontrol.action
  • Loading branch information
aswaterman authored Jul 16, 2024
2 parents 479cdca + 46d252b commit 6665a19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion encoding.h
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@

#define MCONTROL_SELECT (1<<19)
#define MCONTROL_TIMING (1<<18)
#define MCONTROL_ACTION (0x3f<<12)
#define MCONTROL_ACTION (0xf<<12)
#define MCONTROL_CHAIN (1<<11)
#define MCONTROL_MATCH (0xf<<7)
#define MCONTROL_M (1<<6)
Expand Down

0 comments on commit 6665a19

Please sign in to comment.