Skip to content

Commit

Permalink
feat/x0: doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Aurélien Nicolas committed Oct 31, 2024
1 parent 2a36b64 commit a4857e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ceno_emul/src/rv32im.rs
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ pub struct InsnCodes {
}

impl DecodedInstruction {
/// A virtual register which absorbs the writes to x0.
pub const RD_NULL: u32 = 32;

pub fn new(insn: u32) -> Self {
Expand Down

0 comments on commit a4857e9

Please sign in to comment.