diff --git a/beaengine/beaengineSources/Includes/instr_set/opcodes_SSE.c b/beaengine/beaengineSources/Includes/instr_set/opcodes_SSE.c index fde507fbce7ec1e9a0a395d3da196ef3972ebe2d..16294ccf549cd9eeb813e12c876739761dbf7aba 100644 --- a/beaengine/beaengineSources/Includes/instr_set/opcodes_SSE.c +++ b/beaengine/beaengineSources/Includes/instr_set/opcodes_SSE.c @@ -4733,7 +4733,7 @@ void __bea_callspec__ ucomiss_VW(PDISASM pMyDisasm) /* oddly, vucomisd (and vucomiss) use same args as ucomisd (and ucomiss). the Vx version adds an extra argument after the GxEx, so we cant use it here. -*/ Vx_opt_GxEx_vexlen(pMyDisasm); + Vx_opt_GxEx_vexlen(pMyDisasm);*/ }