mirror of
https://github.com/open-goal/jak-project
synced 2026-08-11 11:33:51 -04:00
[Compiler] Support array fields in static objects (#284)
* first part of static inline array fields * level h
This commit is contained in:
@@ -90,7 +90,7 @@ StaticObject::LoadInfo StaticStructure::get_load_info() const {
|
||||
}
|
||||
|
||||
int StaticStructure::get_addr_offset() const {
|
||||
return 0;
|
||||
return m_offset;
|
||||
}
|
||||
|
||||
void StaticStructure::generate_structure(emitter::ObjectGenerator* gen) {
|
||||
|
||||
Reference in New Issue
Block a user