mirror of
https://github.com/encounter/ppc750cl.git
synced 2025-07-05 12:45:56 +00:00
cargo fmt
This commit is contained in:
parent
d23fb912b8
commit
65a68166b6
@ -298,7 +298,10 @@ impl Ins {
|
||||
}
|
||||
|
||||
pub fn is_branch(&self) -> bool {
|
||||
matches!(self.op, Opcode::B | Opcode::Bc | Opcode::Bcctr | Opcode::Bclr)
|
||||
matches!(
|
||||
self.op,
|
||||
Opcode::B | Opcode::Bc | Opcode::Bcctr | Opcode::Bclr
|
||||
)
|
||||
}
|
||||
|
||||
pub fn is_direct_branch(&self) -> bool {
|
||||
|
Loading…
x
Reference in New Issue
Block a user