0
mirror of https://github.com/sampletext32/ParkanPlayground.git synced 2025-06-20 16:18:37 +03:00
This commit is contained in:
bird_egop
2025-04-15 02:32:14 +03:00
parent 3ea327064a
commit 49f1d7d221
5 changed files with 5 additions and 15 deletions

View File

@ -28,6 +28,6 @@ public class DirectMemoryOperand : MemoryOperand
/// </summary>
public override string ToString()
{
return $"{GetSegmentPrefix()}{GetSizePrefix()}[0x{Address:X}]";
return $"{GetSizePrefix()}[0x{Address:X}]";
}
}