< prev index next >

src/cpu/ppc/vm/globalDefinitions_ppc.hpp

Print this page
rev 9632 : 8144466: ppc64: fix argument passing through opto stubs.

*** 29,38 **** --- 29,42 ---- // Size of PPC Instructions const int BytesPerInstWord = 4; const int StackAlignmentInBytes = 16; + // Indicates whether the C calling conventions require that + // 32-bit integer argument values are extended to 64 bits. + const bool CCallingConventionRequiresIntsAsLongs = true; + #define SUPPORTS_NATIVE_CX8 // The PPC CPUs are NOT multiple-copy-atomic. #define CPU_NOT_MULTIPLE_COPY_ATOMIC
< prev index next >