finish CKStateChunk refactor

This commit is contained in:
2023-09-18 16:37:05 +08:00
parent 50784e719c
commit 81d1e80d14
5 changed files with 289 additions and 188 deletions

View File

@ -222,7 +222,7 @@ namespace Unvirt::StructFormatter {
// write identifiers
operchunk->StartRead();
const auto collection = operchunk->GetIdentifierProfile();
const auto collection = operchunk->GetIdentifiersProfile();
operchunk->StopRead();
fputs(UNVIRT_TERMCOL_LIGHT_YELLOW(("Identifiers\n")), stdout);
fputs("Identifier\tData Pointer\tData Size\n", stdout);