Index: /trunk/src/VBox/VMM/VMMAll/IEMAllInstructions.cpp.h
===================================================================
--- /trunk/src/VBox/VMM/VMMAll/IEMAllInstructions.cpp.h	(revision 37933)
+++ /trunk/src/VBox/VMM/VMMAll/IEMAllInstructions.cpp.h	(revision 37934)
@@ -11307,5 +11307,5 @@
 FNIEMOP_DEF_1(iemOp_Grp5_jmpn_Ev, uint8_t, bRm)
 {
-    IEMOP_MNEMONIC("callf Ep");
+    IEMOP_MNEMONIC("jmpn Ev");
     IEMOP_HLP_NO_LOCK_PREFIX(); /** @todo Too early? */
     IEMOP_HLP_DEFAULT_64BIT_OP_SIZE();
@@ -11390,5 +11390,5 @@
 FNIEMOP_DEF_1(iemOp_Grp5_jmpf_Ep, uint8_t, bRm)
 {
-    IEMOP_MNEMONIC("jmp Ap");
+    IEMOP_MNEMONIC("jmp Ep");
     IEMOP_HLP_NO_64BIT();
     /** @todo could share all the decoding with iemOp_Grp5_callf_Ep. */
