hotspot/src/cpu/sparc/vm/sparc.ad
changeset 22832 03720a5b7595
parent 19319 0ad35be0733a
child 22838 82c7497fbad4
--- a/hotspot/src/cpu/sparc/vm/sparc.ad	Fri Sep 06 20:16:09 2013 +0200
+++ b/hotspot/src/cpu/sparc/vm/sparc.ad	Thu Sep 12 13:51:13 2013 -0700
@@ -3218,7 +3218,7 @@
   // C.
   c_calling_convention %{
     // This is obviously always outgoing
-    (void) SharedRuntime::c_calling_convention(sig_bt, regs, length);
+    (void) SharedRuntime::c_calling_convention(sig_bt, regs, /*regs2=*/NULL, length);
   %}
 
   // Location of native (C/C++) and interpreter return values.  This is specified to
@@ -9118,7 +9118,7 @@
   size(4);
   ins_cost(BRANCH_COST);
   format %{ "BA     $labl\t! short branch" %}
-  ins_encode %{ 
+  ins_encode %{
     Label* L = $labl$$label;
     assert(__ use_cbcond(*L), "back to back cbcond");
     __ ba_short(*L);