Look like precise fence.i isn't required in practice
This commit is contained in:
parent
446e9625af
commit
f5d4e745c7
|
@ -233,7 +233,7 @@ object LinuxGen {
|
||||||
new BranchPlugin(
|
new BranchPlugin(
|
||||||
earlyBranch = false,
|
earlyBranch = false,
|
||||||
catchAddressMisaligned = true,
|
catchAddressMisaligned = true,
|
||||||
fenceiGenAsAJump = true
|
fenceiGenAsAJump = false
|
||||||
),
|
),
|
||||||
new YamlPlugin("cpu0.yaml")
|
new YamlPlugin("cpu0.yaml")
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue