0
mirror of https://github.com/sampletext32/ParkanPlayground.git synced 2025-06-20 00:18:02 +03:00

fix various tests

This commit is contained in:
bird_egop
2025-04-15 23:54:51 +03:00
parent 4327464b98
commit 46592d4877
6 changed files with 36 additions and 40 deletions

View File

@ -27,6 +27,6 @@ public class RelativeOffsetOperand : Operand
/// </summary>
public override string ToString()
{
return $"0x{TargetAddress:X}";
return $"0x{TargetAddress:X8}";
}
}