This commit is contained in:
bird_egop
2025-04-17 22:56:05 +03:00
parent 4d2db05a07
commit df453b930f
14 changed files with 340 additions and 192 deletions
@@ -24,7 +24,7 @@ public class Int3InstructionTests
// Assert
Assert.NotNull(instruction);
Assert.Equal(InstructionType.Int, instruction.Type);
Assert.Equal(InstructionType.Int3, instruction.Type);
// Check that we have no operands
Assert.Empty(instruction.StructuredOperands);