src/cpu/zero/vm/globalDefinitions_zero.hpp

changeset 6468
cfd05ec74089
parent 2314
f95d63e2154a
child 6876
710a3c8b516e
equal deleted inserted replaced
6467:f3806614494a 6468:cfd05ec74089
26 #ifndef CPU_ZERO_VM_GLOBALDEFINITIONS_ZERO_HPP 26 #ifndef CPU_ZERO_VM_GLOBALDEFINITIONS_ZERO_HPP
27 #define CPU_ZERO_VM_GLOBALDEFINITIONS_ZERO_HPP 27 #define CPU_ZERO_VM_GLOBALDEFINITIONS_ZERO_HPP
28 28
29 #include <ffi.h> 29 #include <ffi.h>
30 30
31 // Indicates whether the C calling conventions require that
32 // 32-bit integer argument values are properly extended to 64 bits.
33 // If set, SharedRuntime::c_calling_convention() must adapt
34 // signatures accordingly.
35 const bool CCallingConventionRequiresIntsAsLongs = false;
36
31 #endif // CPU_ZERO_VM_GLOBALDEFINITIONS_ZERO_HPP 37 #endif // CPU_ZERO_VM_GLOBALDEFINITIONS_ZERO_HPP

mercurial