From 5fdf993a2db95620194ac9a1b6f4cde0f1357fac Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Leon=20Wei=C3=9F?= <leon.weiss@rub.de>
Date: Fri, 25 Aug 2023 09:14:07 +0200
Subject: [PATCH] Remove fixed issue from known issues list

---
 irdb-libs/ir_builders/fill_in_indtargs.cpp | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/irdb-libs/ir_builders/fill_in_indtargs.cpp b/irdb-libs/ir_builders/fill_in_indtargs.cpp
index 31f272e16..9f0fdf032 100644
--- a/irdb-libs/ir_builders/fill_in_indtargs.cpp
+++ b/irdb-libs/ir_builders/fill_in_indtargs.cpp
@@ -118,7 +118,7 @@ static inline string regNoToX8664Reg(int regno)
 /*
  * Return the x86-32/64, 32-bit register corresponding to the regno passed in
  */
-static inline string regNoToX8632Reg(int regno) 
+static inline string regNoToX8632Reg(int regno)
 {
 	switch(regno)
 	{
@@ -2879,12 +2879,6 @@ V2:
 		else
 		{
             /* FIXME: Known Issues
-                We do not detect any comparisons of registers other than 64 or 32 bit.
-                cmp dl, 0x5
-                ...
-                movsxd rdx [rbp + rdx * 4]
-                ...
-                --
                 We currently miss cases with default values enforced by byte loads and shifts:
                 0004326d  movzx   eax, byte [r14] <-- eax <= 255
                 00043271  mov     rdx, rax
-- 
GitLab