mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-01-21 00:15:13 +00:00
oops - remove spurious debugging left in previous delta
This commit is contained in:
parent
b19aac67f8
commit
2c58cc864d
@ -634,7 +634,7 @@ print_vma (vma, mode)
|
||||
case DEC_5:
|
||||
if (vma <= 99999)
|
||||
{
|
||||
printf ("** %5ld", (long) vma);
|
||||
printf ("%5ld", (long) vma);
|
||||
break;
|
||||
}
|
||||
/* Drop through. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user