mirror of
https://github.com/open-goal/jak-project
synced 2026-09-03 18:23:39 -04:00
@@ -3,8 +3,8 @@
|
||||
|
||||
#include "VuDisassembler.h"
|
||||
#include "third-party/fmt/core.h"
|
||||
#include "common/util/assert.h"
|
||||
#include "common/util/print_float.h"
|
||||
#include "common/util/assert.h"
|
||||
|
||||
namespace decompiler {
|
||||
|
||||
@@ -733,4 +733,4 @@ void VuDisassembler::name_labels() {
|
||||
m_label_names.at(label_idx) = fmt::format("L{}", idx++);
|
||||
}
|
||||
}
|
||||
} // namespace decompiler
|
||||
} // namespace decompiler
|
||||
|
||||
Reference in New Issue
Block a user