@@ -783,13 +783,13 @@ impl<'a> InitDataBuilder::ver<'a> {
783783 } ,
784784
785785 hwdata_a: hwa,
786- unkptr_190: alloc. private. array_empty ( 0x80 ) ?,
787- unkptr_198: alloc. private. array_empty ( 0xc0 ) ?,
786+ unkptr_190: alloc. private. array_empty_tagged ( 0x80 , b"I190" ) ?,
787+ unkptr_198: alloc. private. array_empty_tagged ( 0xc0 , b"I198" ) ?,
788788 hwdata_b: hwb,
789789
790- unkptr_1b8: alloc. private. array_empty ( 0x1000 ) ?,
791- unkptr_1c0: alloc. private. array_empty ( 0x300 ) ?,
792- unkptr_1c8: alloc. private. array_empty ( 0x1000 ) ?,
790+ unkptr_1b8: alloc. private. array_empty_tagged ( 0x1000 , b"I1B8" ) ?,
791+ unkptr_1c0: alloc. private. array_empty_tagged ( 0x300 , b"I1C0" ) ?,
792+ unkptr_1c8: alloc. private. array_empty_tagged ( 0x1000 , b"I1C8" ) ?,
793793
794794 buffer_mgr_ctl,
795795 } )
@@ -879,7 +879,7 @@ impl<'a> InitDataBuilder::ver<'a> {
879879
880880 let obj = self . alloc . private . new_init (
881881 try_init ! ( InitData :: ver {
882- unk_buf: shared_ro. array_empty ( 0x4000 ) ?,
882+ unk_buf: shared_ro. array_empty_tagged ( 0x4000 , b"IDTA" ) ?,
883883 runtime_pointers,
884884 globals,
885885 fw_status,
0 commit comments