[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:
water111
2022-06-08 18:34:52 -04:00
committed by GitHub
parent aff2f2e10c
commit ecb2781a89
30 changed files with 319 additions and 130 deletions
+2
View File
@@ -11,6 +11,8 @@
#include "game/kernel/kscheme.h"
#include "all_jak1_symbols.h"
using namespace jak1_symbols;
TEST(Kernel, strend) {
char test[] = "test";
char* end = strend(test);