mirror of
https://github.com/open-goal/jak-project
synced 2026-08-22 07:04:29 -04:00
[decompiler] cleanup to get atomic ops working on jak2 inputs (#1426)
* [decompiler] cleanup to get atomic ops working on jak2 inputs * clang format
This commit is contained in:
@@ -513,6 +513,8 @@ bool Debugger::write_memory(const u8* src_buffer, int size, u32 goal_addr) {
|
||||
* Read the GOAL Symbol table from an attached and halted target.
|
||||
*/
|
||||
void Debugger::read_symbol_table() {
|
||||
// todo: this assumes many things specific to jak 1.
|
||||
using namespace jak1_symbols;
|
||||
ASSERT(is_valid() && is_attached() && is_halted());
|
||||
u32 bytes_read = 0;
|
||||
u32 reads = 0;
|
||||
|
||||
Reference in New Issue
Block a user