hotspot/src/cpu/zero/vm/globalDefinitions_zero.hpp
changeset 22872 b6902ee5bc8d
parent 22834 3e2df6a4a28c
child 31590 427d073af867
equal deleted inserted replaced
22511:fae90cb64946 22872:b6902ee5bc8d
    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