From f99cd767a4a4eb400ebefcf45a7a9dab5137ec6a Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sat, 12 Jun 2021 22:26:45 -0700 Subject: periodic run of misc_checks I should really stop using /disp8 jumps at the top-level given how inconvenient it is to check for overly large offsets. --- linux/bootstrap/033check_operands.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'linux') 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 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); -- cgit 1.4.1-2-gfad0