equal
deleted
inserted
replaced
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 |