fixup! Improve the debugger

Former-commit-id: 9ca33bd4f8273a6be66cec6a8218664a7aada376
This commit is contained in:
Michel Heily 2019-11-16 18:48:24 +02:00
parent 4c3862543e
commit 49ef59b8e9

View file

@ -55,6 +55,8 @@ pub struct Core {
pub breakpoints: Vec<u32>, pub breakpoints: Vec<u32>,
pub verbose: bool, pub verbose: bool,
pub trace_opcodes: bool,
} }
pub type CpuExecResult = CpuResult<()>; pub type CpuExecResult = CpuResult<()>;