src/cpu/x86/vm/register_definitions_x86.cpp

changeset 5987
5ccbab1c69f3
parent 3388
127b3692c168
child 6198
55fb97c4c58d
     1.1 --- a/src/cpu/x86/vm/register_definitions_x86.cpp	Mon Oct 21 17:34:27 2013 -0700
     1.2 +++ b/src/cpu/x86/vm/register_definitions_x86.cpp	Tue Oct 22 09:51:47 2013 +0200
     1.3 @@ -26,11 +26,8 @@
     1.4  #include "asm/assembler.hpp"
     1.5  #include "asm/register.hpp"
     1.6  #include "register_x86.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  REGISTER_DEFINITION(Register, noreg);

mercurial