mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-03-08 02:56:29 +00:00
Proper implementation of Arm::Translate
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
// We can provide simple Thumb simulation by decoding the Thumb instruction into its corresponding
|
||||
// ARM instruction, and using the existing ARM simulator.
|
||||
|
||||
#include "tests/skyeye_interpreter/dyncom/arm_dyncom_thumb.h"
|
||||
#include "tests/skyeye_interpreter/skyeye_common/armsupp.h"
|
||||
#include "skyeye_interpreter/dyncom/arm_dyncom_thumb.h"
|
||||
#include "skyeye_interpreter/skyeye_common/armsupp.h"
|
||||
|
||||
// Decode a 16bit Thumb instruction. The instruction is in the low 16-bits of the tinstr field,
|
||||
// with the following Thumb instruction held in the high 16-bits. Passing in two Thumb instructions
|
||||
|
||||
Reference in New Issue
Block a user