hotspot/src/cpu/ppc/vm/globalDefinitions_ppc.hpp
changeset 35214 d86005e0b4c2
parent 35166 23125410af16
child 35232 76aed99c0ddd
equal deleted inserted replaced
35211:3771329165d4 35214:d86005e0b4c2
    25 
    25 
    26 #ifndef CPU_PPC_VM_GLOBALDEFINITIONS_PPC_HPP
    26 #ifndef CPU_PPC_VM_GLOBALDEFINITIONS_PPC_HPP
    27 #define CPU_PPC_VM_GLOBALDEFINITIONS_PPC_HPP
    27 #define CPU_PPC_VM_GLOBALDEFINITIONS_PPC_HPP
    28 
    28 
    29 #ifdef CC_INTERP
    29 #ifdef CC_INTERP
    30 #error "CC_INTERP no more supported. Removed in change 8145117."
    30 #error "CC_INTERP is no longer supported. Removed in change 8145117."
    31 #endif
    31 #endif
    32 
    32 
    33 // Size of PPC Instructions
    33 // Size of PPC Instructions
    34 const int BytesPerInstWord = 4;
    34 const int BytesPerInstWord = 4;
    35 
    35