mirror of
https://github.com/Decompollaborate/rabbitizer.git
synced 2025-01-30 06:32:43 +00:00
Change treatJAsUnconditionalBranch
to true
by default
This commit is contained in:
parent
27bbbb6bf7
commit
61d30e5aa1
@ -37,7 +37,7 @@ Add this crate to your `Cargo.toml` via:
|
||||
|
||||
```toml
|
||||
[build]
|
||||
rabbitizer = "*"
|
||||
rabbitizer = "1.5.5"
|
||||
```
|
||||
|
||||
See this crate at <https://crates.io/crates/rabbitizer>.
|
||||
|
@ -60,4 +60,3 @@ pub struct Config {
|
||||
extern "C" {
|
||||
pub static mut RabbitizerConfig_Cfg: Config;
|
||||
}
|
||||
|
||||
|
@ -38,7 +38,7 @@ RabbitizerConfig RabbitizerConfig_Cfg = {
|
||||
.pseudoBal = true,
|
||||
},
|
||||
.toolchainTweaks = {
|
||||
.treatJAsUnconditionalBranch = false,
|
||||
.treatJAsUnconditionalBranch = true,
|
||||
.sn64DivFix = false,
|
||||
},
|
||||
.misc = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user