Implemented opcodes

This commit is contained in:
Connor Wood
2017-07-08 10:20:33 +01:00
parent 59936e25e6
commit fa24650ca7

View File

@@ -48,7 +48,6 @@ fn parse_def_break(data: &[u8],
fn parse_def_breakpoint(data: &[u8],
ctx: &mut AmlExecutionContext) -> ParseResult {
// TODO: Implement
parser_opcode!(data, 0xCC);
Ok(AmlParseType {