mirror of
https://github.com/sampletext32/ParkanPlayground.git
synced 2025-06-20 08:18:36 +03:00
fix various tests
This commit is contained in:
@ -27,6 +27,6 @@ public class RelativeOffsetOperand : Operand
|
||||
/// </summary>
|
||||
public override string ToString()
|
||||
{
|
||||
return $"0x{TargetAddress:X}";
|
||||
return $"0x{TargetAddress:X8}";
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user