src/cpu/x86/vm/register_definitions_x86.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File hotspot Cdiff src/cpu/x86/vm/register_definitions_x86.cpp

src/cpu/x86/vm/register_definitions_x86.cpp

Print this page
rev 5469 : [mq]: parameters-review

*** 24,38 **** #include "precompiled.hpp" #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" #endif REGISTER_DEFINITION(Register, noreg); REGISTER_DEFINITION(Register, rax); REGISTER_DEFINITION(Register, rcx); --- 24,35 ---- #include "precompiled.hpp" #include "asm/assembler.hpp" #include "asm/register.hpp" #include "register_x86.hpp" ! #ifdef TARGET_ARCH_x86 ! # include "interp_masm_x86.hpp" #endif REGISTER_DEFINITION(Register, noreg); REGISTER_DEFINITION(Register, rax); REGISTER_DEFINITION(Register, rcx);
src/cpu/x86/vm/register_definitions_x86.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File