first serialization of singlehearder without asserts. (Still failing after around 4k lines.

This commit is contained in:
2023-08-01 16:07:47 -04:00
parent 0f16d1131e
commit 684569750d
6 changed files with 55 additions and 31 deletions

View File

@ -368,7 +368,7 @@ CodeBody def_body( CodeT type )
}
Code
result = make_code();
result = make_code();
result->Type = type;
return (CodeBody)result;
}