Initial work to support AArch32 with a interpreter, plus nvmm stubs (not used for now)
This commit is contained in:
@ -30,6 +30,8 @@ namespace ChocolArm64
|
||||
|
||||
ThreadState = new AThreadState();
|
||||
|
||||
ThreadState.ExecutionMode = AExecutionMode.AArch64;
|
||||
|
||||
ThreadState.Running = true;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user