asm output, random fixes

This commit is contained in:
2025-04-07 19:42:40 -04:00
parent f57af3b2b5
commit cb9a366f43
18 changed files with 266 additions and 117 deletions

View File

@@ -81,7 +81,7 @@ impl PStruct {
};
p.def_type(StructDef {
name: self.name.as_ref()?.to_string(),
origin: Origin::File(span),
origin: span,
size: offset,
fields,
});