aboutsummaryrefslogtreecommitdiff
path: root/src/core/arm/interpreter/armmmu.cpp
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2014-09-10 21:27:14 -0400
committerbunnei <bunneidev@gmail.com>2014-10-25 14:11:39 -0400
commitb5e65245948647b94dfd60c1288f030a76c69a83 (patch)
tree1c8e2afd3ff59f8c5b93970b62f4f1d1bc251852 /src/core/arm/interpreter/armmmu.cpp
parentfd7f92d2422058cc2eddbaa4d6c46aaa099c16a1 (diff)
ARM: Reorganized file structure to move shared SkyEye code to a more common area.
Removed s_ prefix
Diffstat (limited to 'src/core/arm/interpreter/armmmu.cpp')
-rw-r--r--src/core/arm/interpreter/armmmu.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/arm/interpreter/armmmu.cpp b/src/core/arm/interpreter/armmmu.cpp
index 242e6a83c..98fc17ddb 100644
--- a/src/core/arm/interpreter/armmmu.cpp
+++ b/src/core/arm/interpreter/armmmu.cpp
@@ -20,10 +20,10 @@
#include <assert.h>
#include <string.h>
-#include "armdefs.h"
+#include "core/arm/skyeye_common/armdefs.h"
/* two header for arm disassemble */
//#include "skyeye_arch.h"
-#include "armcpu.h"
+#include "core/arm/skyeye_common/armcpu.h"
extern mmu_ops_t xscale_mmu_ops;