diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/long_mode/mod.rs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/long_mode/mod.rs b/src/long_mode/mod.rs index 4eb0a36..439417a 100644 --- a/src/long_mode/mod.rs +++ b/src/long_mode/mod.rs @@ -789,16 +789,16 @@ pub struct RegisterClass { } const REGISTER_CLASS_NAMES: &[&'static str] = &[ - "qword", - "BUG. PLEASE REPORT.", - "dword", "BUG. PLEASE REPORT.", + "byte", "word", "BUG. PLEASE REPORT.", - "byte", + "dword", "BUG. PLEASE REPORT.", "rex-byte", "BUG. PLEASE REPORT.", + "qword", + "BUG. PLEASE REPORT.", "cr", "BUG. PLEASE REPORT.", "dr", |