mirror of
https://github.com/open-goal/jak-project
synced 2026-08-21 14:54:53 -04:00
[decompiler/compiler] Fixes for task-control (#668)
* fix decompiler for task control * support in compiler * changelog * typo
This commit is contained in:
@@ -40,6 +40,7 @@ class LinkedObjectFile {
|
||||
void symbol_link_offset(int source_segment, int source_offset, const char* name);
|
||||
Function& get_function_at_label(int label_id);
|
||||
const Function* try_get_function_at_label(int label_id) const;
|
||||
const Function* try_get_function_at_label(const DecompilerLabel& label) const;
|
||||
std::string get_label_name(int label_id) const;
|
||||
uint32_t set_ordered_label_names();
|
||||
void find_code();
|
||||
|
||||
Reference in New Issue
Block a user