src/cpu/sparc/vm/globalDefinitions_sparc.hpp

changeset 6468
cfd05ec74089
parent 5067
6b388e7d4905
child 6503
a9becfeecd1b
     1.1 --- a/src/cpu/sparc/vm/globalDefinitions_sparc.hpp	Fri Sep 13 22:50:47 2013 +0200
     1.2 +++ b/src/cpu/sparc/vm/globalDefinitions_sparc.hpp	Wed Sep 18 14:34:56 2013 -0700
     1.3 @@ -30,6 +30,12 @@
     1.4  
     1.5  const int StackAlignmentInBytes = (2*wordSize);
     1.6  
     1.7 +// Indicates whether the C calling conventions require that
     1.8 +// 32-bit integer argument values are properly extended to 64 bits.
     1.9 +// If set, SharedRuntime::c_calling_convention() must adapt
    1.10 +// signatures accordingly.
    1.11 +const bool CCallingConventionRequiresIntsAsLongs = false;
    1.12 +
    1.13  #define SUPPORTS_NATIVE_CX8
    1.14  
    1.15  #endif // CPU_SPARC_VM_GLOBALDEFINITIONS_SPARC_HPP

mercurial