aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2023-07-09 09:54:17 -0700
committeriximeow <me@iximeow.net>2023-07-09 09:54:17 -0700
commit1f3bb50c6f1255c2423fd61f0259e296dbad680c (patch)
tree08a94fceaede04602bf0850b542941d7f0548288
parent37af596199294d7d134ff5b60da358fe02fdf95f (diff)
remove very done todo
-rw-r--r--src/long_mode/mod.rs1
1 files changed, 0 insertions, 1 deletions
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),
];