Remove unecessary type signature in M68K::disassemble
This commit is contained in:
parent
4123b1c2ee
commit
73de019770
@ -108,7 +108,7 @@ impl M68K {
|
||||
&mut self,
|
||||
loc: u32,
|
||||
) -> Result<(Instruction, u32), DisassemblyError<BusError>> {
|
||||
disas::disasm::<_>(loc, &mut |addr| self.bus.read_byte(addr))
|
||||
disas::disasm(loc, &mut |addr| self.bus.read_byte(addr))
|
||||
}
|
||||
|
||||
pub fn step(&mut self) {
|
||||
|
Loading…
Reference in New Issue
Block a user