Skip to content

Commit

Permalink
mipsy_web: make mixed base default (#295)
Browse files Browse the repository at this point in the history
  • Loading branch information
XavierCooney authored Sep 14, 2023
1 parent 2333efa commit f636aad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/mipsy_web/src/state/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ impl From<std::string::String> for RegisterBase {

impl Default for RegisterBase {
fn default() -> Self {
RegisterBase::Decimal
RegisterBase::Mixed
}
}

Expand Down

0 comments on commit f636aad

Please sign in to comment.