mirror of
https://github.com/open-goal/jak-project
synced 2026-07-08 22:45:00 -04:00
[Decompiler - New IR] Add AtomicOp (#181)
* wip decompiler ir * add AtomicOp stuff * fix windows build and warnings * add instruction parser * include * make minilzo shared * odr fix * a * fix merge conflicts * move decompiler into namespace * update the code coverage to include the decompiler * add demo test * add register use test to example test
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
#include <cassert>
|
||||
#include "InstructionMatching.h"
|
||||
|
||||
namespace decompiler {
|
||||
/*!
|
||||
* Check if the given instruction stores a GPR with the specified parameters.
|
||||
*/
|
||||
@@ -348,3 +349,4 @@ bool is_always_branch(const Instruction& instr) {
|
||||
|
||||
return false;
|
||||
}
|
||||
} // namespace decompiler
|
||||
|
||||
Reference in New Issue
Block a user