hotspot/src/cpu/x86/vm/x86_64.ad
changeset 22832 03720a5b7595
parent 19319 0ad35be0733a
child 22838 82c7497fbad4
equal deleted inserted replaced
22831:1e2ba1d62103 22832:03720a5b7595
  2939   %}
  2939   %}
  2940 
  2940 
  2941   c_calling_convention
  2941   c_calling_convention
  2942   %{
  2942   %{
  2943     // This is obviously always outgoing
  2943     // This is obviously always outgoing
  2944     (void) SharedRuntime::c_calling_convention(sig_bt, regs, length);
  2944     (void) SharedRuntime::c_calling_convention(sig_bt, regs, /*regs2=*/NULL, length);
  2945   %}
  2945   %}
  2946 
  2946 
  2947   // Location of compiled Java return values.  Same as C for now.
  2947   // Location of compiled Java return values.  Same as C for now.
  2948   return_value
  2948   return_value
  2949   %{
  2949   %{