< prev index next >

src/cpu/zero/vm/globalDefinitions_zero.hpp

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

*** 26,31 **** --- 26,35 ---- #ifndef CPU_ZERO_VM_GLOBALDEFINITIONS_ZERO_HPP #define CPU_ZERO_VM_GLOBALDEFINITIONS_ZERO_HPP #include <ffi.h> + // Indicates whether the C calling conventions require that + // 32-bit integer argument values are extended to 64 bits. + const bool CCallingConventionRequiresIntsAsLongs = false; + #endif // CPU_ZERO_VM_GLOBALDEFINITIONS_ZERO_HPP
< prev index next >