aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/x86/vm/jniFastGetField_x86_32.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/x86/vm/jniFastGetField_x86_32.cpp')
-rw-r--r--src/cpu/x86/vm/jniFastGetField_x86_32.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/x86/vm/jniFastGetField_x86_32.cpp b/src/cpu/x86/vm/jniFastGetField_x86_32.cpp
index 57edd9b19..e4fb943a9 100644
--- a/src/cpu/x86/vm/jniFastGetField_x86_32.cpp
+++ b/src/cpu/x86/vm/jniFastGetField_x86_32.cpp
@@ -23,7 +23,7 @@
*/
#include "precompiled.hpp"
-#include "assembler_x86.inline.hpp"
+#include "asm/macroAssembler.hpp"
#include "memory/resourceArea.hpp"
#include "prims/jniFastGetField.hpp"
#include "prims/jvm_misc.hpp"