mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-10 01:30:57 +00:00
Dump operand contents for verbosity > 1.
This commit is contained in:
parent
099bbcbd8a
commit
06d14f6433
1 changed files with 1 additions and 1 deletions
|
@ -79,6 +79,6 @@ disassemble_progs (progs_t *pr)
|
||||||
Sys_Printf ("%s:\n", PR_GetString (pr, desc->s_name));
|
Sys_Printf ("%s:\n", PR_GetString (pr, desc->s_name));
|
||||||
pr->pr_xfunction = &func;
|
pr->pr_xfunction = &func;
|
||||||
}
|
}
|
||||||
PR_PrintStatement (pr, &pr->pr_statements[i], 2);
|
PR_PrintStatement (pr, &pr->pr_statements[i], 2 | (verbosity > 1));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue