aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/x86/vm/register_definitions_x86.cpp
diff options
context:
space:
mode:
authorroland <none@none>2013-10-22 09:51:47 +0200
committerroland <none@none>2013-10-22 09:51:47 +0200
commite1b04a791dcebf4477bb6830ffd11efcce4785f6 (patch)
tree5bb1c34522801d9bf57b1400ed7e357cf2ff42ec /src/cpu/x86/vm/register_definitions_x86.cpp
parent6ec3e5836a130e96037f53c662f1b5c34a32ef9d (diff)
8026251: New type profiling points: parameters to methods
Summary: x86 interpreter and c1 type profiling for parameters on method entries Reviewed-by: kvn, twisti
Diffstat (limited to 'src/cpu/x86/vm/register_definitions_x86.cpp')
-rw-r--r--src/cpu/x86/vm/register_definitions_x86.cpp7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/cpu/x86/vm/register_definitions_x86.cpp b/src/cpu/x86/vm/register_definitions_x86.cpp
index 7165872c2..f8a940793 100644
--- a/src/cpu/x86/vm/register_definitions_x86.cpp
+++ b/src/cpu/x86/vm/register_definitions_x86.cpp
@@ -26,11 +26,8 @@
#include "asm/assembler.hpp"
#include "asm/register.hpp"
#include "register_x86.hpp"
-#ifdef TARGET_ARCH_MODEL_x86_32
-# include "interp_masm_x86_32.hpp"
-#endif
-#ifdef TARGET_ARCH_MODEL_x86_64
-# include "interp_masm_x86_64.hpp"
+#ifdef TARGET_ARCH_x86
+# include "interp_masm_x86.hpp"
#endif
REGISTER_DEFINITION(Register, noreg);