hotspot/src/cpu/zero/vm/globalDefinitions_zero.hpp
changeset 22834 3e2df6a4a28c
parent 7397 5b173b4ca846
child 31590 427d073af867
equal deleted inserted replaced
22833:92d74f188f73 22834:3e2df6a4a28c
    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