src/cpu/x86/vm/bytecodeInterpreter_x86.cpp

changeset 5987
5ccbab1c69f3
parent 4037
da91efe96a93
child 6198
55fb97c4c58d
     1.1 --- a/src/cpu/x86/vm/bytecodeInterpreter_x86.cpp	Mon Oct 21 17:34:27 2013 -0700
     1.2 +++ b/src/cpu/x86/vm/bytecodeInterpreter_x86.cpp	Tue Oct 22 09:51:47 2013 +0200
     1.3 @@ -40,11 +40,8 @@
     1.4  #include "runtime/synchronizer.hpp"
     1.5  #include "runtime/vframeArray.hpp"
     1.6  #include "utilities/debug.hpp"
     1.7 -#ifdef TARGET_ARCH_MODEL_x86_32
     1.8 -# include "interp_masm_x86_32.hpp"
     1.9 -#endif
    1.10 -#ifdef TARGET_ARCH_MODEL_x86_64
    1.11 -# include "interp_masm_x86_64.hpp"
    1.12 +#ifdef TARGET_ARCH_x86
    1.13 +# include "interp_masm_x86.hpp"
    1.14  #endif
    1.15  
    1.16  #ifdef CC_INTERP

mercurial