Skip to content

Commit f636aad

Browse files
authored
mipsy_web: make mixed base default (#295)
1 parent 2333efa commit f636aad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/mipsy_web/src/state/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ impl From<std::string::String> for RegisterBase {
134134

135135
impl Default for RegisterBase {
136136
fn default() -> Self {
137-
RegisterBase::Decimal
137+
RegisterBase::Mixed
138138
}
139139
}
140140

0 commit comments

Comments
 (0)