diff options
author | iximeow <me@iximeow.net> | 2019-06-26 21:44:10 -0700 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2020-01-12 16:10:13 -0800 |
commit | 49d2e670b56d43d079775f01a02f31555bb9da73 (patch) | |
tree | 29383f4b8b64bb66b31a0944ce776a9297efa143 /src | |
parent | 733ce9890e1d12f546be6faceca16ff9591f8ac8 (diff) |
add failing decode test cases
Diffstat (limited to 'src')
-rw-r--r-- | src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -30,6 +30,7 @@ pub struct RegSpec { // This is only to select alternate opcode maps for the 0f escape byte. // This often could be treated as a size prefix but in some cases selects // an entirely different operation. +#[derive(Debug)] enum OpcodeMap { Map66, MapF2, |