summaryrefslogtreecommitdiff
path: root/src/core/arm/interpreter/armmmu.cpp
diff options
context:
space:
mode:
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 @@
20 20
21#include <assert.h> 21#include <assert.h>
22#include <string.h> 22#include <string.h>
23#include "armdefs.h" 23#include "core/arm/skyeye_common/armdefs.h"
24/* two header for arm disassemble */ 24/* two header for arm disassemble */
25//#include "skyeye_arch.h" 25//#include "skyeye_arch.h"
26#include "armcpu.h" 26#include "core/arm/skyeye_common/armcpu.h"
27 27
28 28
29extern mmu_ops_t xscale_mmu_ops; 29extern mmu_ops_t xscale_mmu_ops;