diff options
| author | bunnei <bunneidev@gmail.com> | 2014-10-25 14:35:31 -0400 |
|---|---|---|
| committer | bunnei <bunneidev@gmail.com> | 2014-10-25 14:35:31 -0400 |
| commit | 4615c73d15f6f27c5e275c57dcafcb56355b9c2d (patch) | |
| tree | e11104887d1a680e3aa33bddc4ad3ca764ead696 /src/core/arm/interpreter/thumbemu.cpp | |
| parent | fd7f92d2422058cc2eddbaa4d6c46aaa099c16a1 (diff) | |
| parent | 818ba32746072af65a7b5ac0f1712bde3388f641 (diff) | |
Merge pull request #112 from bunnei/skyeye-dyncom-interpreter
SkyEye dyncom interpreter
Diffstat (limited to 'src/core/arm/interpreter/thumbemu.cpp')
| -rw-r--r-- | src/core/arm/interpreter/thumbemu.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/core/arm/interpreter/thumbemu.cpp b/src/core/arm/interpreter/thumbemu.cpp index 032d84b65..f7f11f714 100644 --- a/src/core/arm/interpreter/thumbemu.cpp +++ b/src/core/arm/interpreter/thumbemu.cpp @@ -19,7 +19,7 @@ instruction into its corresponding ARM instruction, and using the existing ARM simulator. */ -#include "skyeye_defs.h" +#include "core/arm/skyeye_common/skyeye_defs.h" #ifndef MODET /* required for the Thumb instruction support */ #if 1 @@ -29,9 +29,9 @@ existing ARM simulator. */ #endif #endif -#include "armdefs.h" -#include "armemu.h" -#include "armos.h" +#include "core/arm/skyeye_common/armdefs.h" +#include "core/arm/skyeye_common/armemu.h" +#include "core/arm/skyeye_common/armos.h" /* Decode a 16bit Thumb instruction. The instruction is in the low |
