diff options
Diffstat (limited to 'linux')
-rw-r--r-- | linux/bootstrap/033check_operands.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/bootstrap/033check_operands.cc b/linux/bootstrap/033check_operands.cc index 62618204..0d5311ce 100644 --- a/linux/bootstrap/033check_operands.cc +++ b/linux/bootstrap/033check_operands.cc @@ -667,6 +667,7 @@ map</*op*/string, /*bitvector*/uint8_t> Permitted_arguments_0f; //// Class D: just op and disp32 // imm32 imm8 disp32 |disp16 disp8 subop modrm // 0 0 1 |0 0 0 0 +put_new(Permitted_arguments_0f, "80", 0x10); put_new(Permitted_arguments_0f, "82", 0x10); put_new(Permitted_arguments_0f, "83", 0x10); put_new(Permitted_arguments_0f, "84", 0x10); |