[decompiler/compiler] Fixes for task-control (#668)

* fix decompiler for task control

* support in compiler

* changelog

* typo
This commit is contained in:
water111
2021-07-01 21:38:19 -04:00
committed by GitHub
parent d4e68e7ef4
commit 4bea175140
29 changed files with 343 additions and 116 deletions
+1
View File
@@ -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();