changeset 197 | fb66f749b7ff |
parent 196 | 5e9a8595296c |
child 201 | 958e9fe8afdf |
1.1 --- a/Hardware/CPU/AMD0FCPU.cs Wed Sep 22 19:12:12 2010 +0000 1.2 +++ b/Hardware/CPU/AMD0FCPU.cs Wed Sep 22 20:44:34 2010 +0000 1.3 @@ -107,7 +107,7 @@ 1.4 StringBuilder r = new StringBuilder(); 1.5 r.Append(base.GetReport()); 1.6 1.7 - r.Append("Miscellaneous Control Address: "); 1.8 + r.Append("Miscellaneous Control Address: 0x"); 1.9 r.AppendLine((miscellaneousControlAddress).ToString("X", 1.10 CultureInfo.InvariantCulture)); 1.11 r.AppendLine();