src/share/vm/runtime/frame.hpp

changeset 6441
d2907f74462e
parent 6440
0f03ff49c720
child 6442
b5c8a61d7fa0
     1.1 --- a/src/share/vm/runtime/frame.hpp	Wed Jun 19 12:29:30 2013 +0200
     1.2 +++ b/src/share/vm/runtime/frame.hpp	Thu Jun 20 16:30:44 2013 -0700
     1.3 @@ -46,10 +46,13 @@
     1.4  #ifdef TARGET_ARCH_MODEL_arm
     1.5  # include "adfiles/adGlobals_arm.hpp"
     1.6  #endif
     1.7 -#ifdef TARGET_ARCH_MODEL_ppc
     1.8 -# include "adfiles/adGlobals_ppc.hpp"
     1.9 +#ifdef TARGET_ARCH_MODEL_ppc_32
    1.10 +# include "adfiles/adGlobals_ppc_32.hpp"
    1.11  #endif
    1.12 +#ifdef TARGET_ARCH_MODEL_ppc_64
    1.13 +# include "adfiles/adGlobals_ppc_64.hpp"
    1.14  #endif
    1.15 +#endif // COMPILER2
    1.16  #ifdef ZERO
    1.17  #ifdef TARGET_ARCH_zero
    1.18  # include "stack_zero.hpp"

mercurial