From 71002cb5ea7bcaf98b424af9436d119f1d357a26 Mon Sep 17 00:00:00 2001
From: whh8b <whh8b@git.zephyr-software.com>
Date: Wed, 9 Sep 2015 20:20:40 +0000
Subject: [PATCH] Fix a code cleanup typo

The entire line was supposed to be under the comment.



Former-commit-id: e14ad203000ae0ce3a7a74a2ed61611386ba1b63
---
 beaengine/beaengineSources/Includes/instr_set/opcodes_SSE.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/beaengine/beaengineSources/Includes/instr_set/opcodes_SSE.c b/beaengine/beaengineSources/Includes/instr_set/opcodes_SSE.c
index fde507fbc..16294ccf5 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);*/
 }
 
 
-- 
GitLab