fixup! Improve the debugger
Former-commit-id: 9ca33bd4f8273a6be66cec6a8218664a7aada376
This commit is contained in:
parent
4c3862543e
commit
49ef59b8e9
|
@ -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<()>;
|
||||||
|
|
Reference in a new issue