Add poolcount to formatdescribe.

Copied from Perforce
 Change: 187396
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Gareth Rees 2014-10-25 19:45:48 +01:00
parent 4ce030ad13
commit b1ab5ec2dc

View file

@ -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,