mirror of
https://github.com/open-goal/jak-project
synced 2026-08-06 18:03:30 -04:00
temp
This commit is contained in:
@@ -2621,6 +2621,10 @@ goos::Object StackStructureDefElement::to_form_internal(const Env&) const {
|
||||
return pretty_print::build_list(fmt::format("new 'stack-no-clear 'inline-array '{} {}",
|
||||
m_entry.ref_type.get_single_arg().print(),
|
||||
m_entry.hint.container_size));
|
||||
case StackStructureHint::ContainerType::ARRAY:
|
||||
return pretty_print::build_list(fmt::format("new 'stack-no-clear 'array '{} {}",
|
||||
m_entry.ref_type.get_single_arg().print(),
|
||||
m_entry.hint.container_size));
|
||||
default:
|
||||
assert(false);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user