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:
|
case DEC_5:
|
||||||
if (vma <= 99999)
|
if (vma <= 99999)
|
||||||
{
|
{
|
||||||
printf ("** %5ld", (long) vma);
|
printf ("%5ld", (long) vma);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
/* Drop through. */
|
/* Drop through. */
|
||||||
|
Loading…
Reference in New Issue
Block a user