mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-01-08 15:38:19 +01:00
Implement thumb1_LDR_literal, thumb1_LDR_imm_t1
This commit is contained in:
parent
cbcf61a9e6
commit
e7922e4fef
11 changed files with 215 additions and 5 deletions
|
|
@ -79,8 +79,12 @@ public:
|
|||
|
||||
// TODO: Values in host flags
|
||||
|
||||
void DecrementRemainingUses(IR::Value* value);
|
||||
|
||||
void EndOfAllocScope();
|
||||
|
||||
void AssertNoMoreUses();
|
||||
|
||||
void Reset();
|
||||
|
||||
private:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue