mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-17 10:27:41 +00:00
Add poolcount to formatdescribe.
Copied from Perforce Change: 187396 ServerID: perforce.ravenbrook.com
This commit is contained in:
parent
4ce030ad13
commit
b1ab5ec2dc
1 changed files with 1 additions and 0 deletions
|
|
@ -203,6 +203,7 @@ Res FormatDescribe(Format format, mps_lib_FILE *stream, Count depth)
|
|||
"Format $P ($U) {\n", (WriteFP)format, (WriteFU)format->serial,
|
||||
" arena $P ($U)\n",
|
||||
(WriteFP)format->arena, (WriteFU)format->arena->serial,
|
||||
" poolCount $U\n", (WriteFU)format->poolCount,
|
||||
" alignment $W\n", (WriteFW)format->alignment,
|
||||
" scan $F\n", (WriteFF)format->scan,
|
||||
" skip $F\n", (WriteFF)format->skip,
|
||||
|
|
|
|||
Loading…
Reference in a new issue