Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pacheco committed Jan 16, 2025
1 parent da212c0 commit 10e577d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion riscv-executor/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -909,7 +909,7 @@ mod builder {
}

pub fn col_is_defined(&self, name: &str) -> bool {
if let ExecMode::Trace = self.mode {
if let ExecMode::Trace | ExecMode::Witness = self.mode {
self.trace.all_cols.contains(&name.to_string())
} else {
false
Expand Down

0 comments on commit 10e577d

Please sign in to comment.