mirror of
https://github.com/N64Recomp/N64Recomp.git
synced 2025-05-18 09:24:54 +00:00
Added temp for switch case operand, fixed compilation issues in output
This commit is contained in:
parent
2300a4b6c9
commit
5d9ea96abc
5 changed files with 132 additions and 33 deletions
|
@ -24,6 +24,7 @@ namespace RecompPort {
|
|||
uint32_t addend_reg;
|
||||
uint32_t rom;
|
||||
uint32_t lw_vram;
|
||||
uint32_t addu_vram;
|
||||
uint32_t jr_vram;
|
||||
std::vector<uint32_t> entries;
|
||||
};
|
||||
|
@ -33,6 +34,7 @@ namespace RecompPort {
|
|||
uint32_t rom;
|
||||
const std::span<const uint32_t> words;
|
||||
std::string name;
|
||||
bool ignored;
|
||||
};
|
||||
|
||||
struct FunctionStats {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue