mirror of
https://github.com/open-goal/jak-project
synced 2026-08-21 14:54:53 -04:00
Add compiler features for gkernel (#83)
* add some type stuff for gkernel * more tweaks * blah * more little tweaks and more of gkernel * add static structures with integer fields but not basics * static structures * update gkernel
This commit is contained in:
@@ -74,6 +74,7 @@ ObjectFileData ObjectGenerator::generate_data_v3() {
|
||||
// step 3, cleaning up things now that we know the memory layout
|
||||
for (int seg = N_SEG; seg-- > 0;) {
|
||||
handle_temp_static_type_links(seg);
|
||||
handle_temp_static_sym_links(seg);
|
||||
handle_temp_jump_links(seg);
|
||||
handle_temp_instr_sym_links(seg);
|
||||
handle_temp_rip_func_links(seg);
|
||||
|
||||
Reference in New Issue
Block a user