mirror of
https://github.com/sampletext32/ParkanPlayground.git
synced 2026-08-15 15:07:48 +04:00
fixes and removed unused code
This commit is contained in:
@@ -65,7 +65,7 @@ public class AddImmToRm32Handler : InstructionHandler
|
||||
|
||||
instruction.StructuredOperands = [
|
||||
destOperand,
|
||||
OperandFactory.CreateImmediateOperand(imm, 32)
|
||||
OperandFactory.CreateImmediateOperand(imm)
|
||||
];
|
||||
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user