From 1f3bb50c6f1255c2423fd61f0259e296dbad680c Mon Sep 17 00:00:00 2001
From: iximeow <me@iximeow.net>
Date: Sun, 9 Jul 2023 09:54:17 -0700
Subject: remove very done todo

---
 src/long_mode/mod.rs | 1 -
 1 file changed, 1 deletion(-)

(limited to 'src/long_mode')

diff --git a/src/long_mode/mod.rs b/src/long_mode/mod.rs
index 5509f2d..b51a447 100644
--- a/src/long_mode/mod.rs
+++ b/src/long_mode/mod.rs
@@ -5789,7 +5789,6 @@ const OPCODES: [OpcodeRecord; 256] = [
     OpcodeRecord(Interpretation::Instruction(Opcode::CLD), OperandCode::Nothing),
     OpcodeRecord(Interpretation::Instruction(Opcode::STD), OperandCode::Nothing),
     OpcodeRecord(Interpretation::Instruction(Opcode::Invalid), OperandCode::ModRM_0xfe_Eb),
-    // TODO: test 0xff /3
     OpcodeRecord(Interpretation::Instruction(Opcode::Invalid), OperandCode::ModRM_0xff_Ev),
 ];
 
-- 
cgit v1.1