Signed-off-by: Aurelien Jarno <aurel...@aurel32.net>
---
 disas/i386.c |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/disas/i386.c b/disas/i386.c
index 47f1f2e..044e02c 100644
--- a/disas/i386.c
+++ b/disas/i386.c
@@ -2632,17 +2632,17 @@ static const struct dis386 prefix_user_table[][4] = {
 
   /* PREGRP87 */
   {
+    { "movbe", { Gv, Ev } },
     { "(bad)", { XX } },
-    { "(bad)", { XX } },
-    { "(bad)", { XX } },
+    { "movbe", { Gv, Ev } },
     { "crc32", { Gdq, { CRC32_Fixup, b_mode } } },
   },
 
   /* PREGRP88 */
   {
+    { "movbe", { Ev, Gv } },
     { "(bad)", { XX } },
-    { "(bad)", { XX } },
-    { "(bad)", { XX } },
+    { "movbe", { Ev, Gv } },
     { "crc32", { Gdq, { CRC32_Fixup, v_mode } } },
   },
 
-- 
1.7.10.4


Reply via email to