src/cpu/x86/vm/register_definitions_x86.cpp

changeset 2314
f95d63e2154a
parent 1934
e9ff18c4ace7
child 3388
127b3692c168
     1.1 --- a/src/cpu/x86/vm/register_definitions_x86.cpp	Tue Nov 23 15:01:43 2010 -0500
     1.2 +++ b/src/cpu/x86/vm/register_definitions_x86.cpp	Tue Nov 23 13:22:55 2010 -0800
     1.3 @@ -22,8 +22,16 @@
     1.4   *
     1.5   */
     1.6  
     1.7 -#include "incls/_precompiled.incl"
     1.8 -#include "incls/_register_definitions_x86.cpp.incl"
     1.9 +#include "precompiled.hpp"
    1.10 +#include "asm/assembler.hpp"
    1.11 +#include "asm/register.hpp"
    1.12 +#include "register_x86.hpp"
    1.13 +#ifdef TARGET_ARCH_MODEL_x86_32
    1.14 +# include "interp_masm_x86_32.hpp"
    1.15 +#endif
    1.16 +#ifdef TARGET_ARCH_MODEL_x86_64
    1.17 +# include "interp_masm_x86_64.hpp"
    1.18 +#endif
    1.19  
    1.20  REGISTER_DEFINITION(Register, noreg);
    1.21  REGISTER_DEFINITION(Register, rax);

mercurial