diff src/cpu/ppc/vm/ppc.ad @ 20644:327e7269f90d

8048169: Change 8037816 breaks HS build on PPC64 and CPP-Interpreter platforms Summary: Fix the matching of format string parameter types to the actual argument types for the PPC64 and CPP-Interpreter files in the same way as 8037816 already did it for all the other files Reviewed-by: stefank, coleenp, dholmes
author coleenp
date Mon, 30 Jun 2014 14:58:52 -0400
parents f6bde7889409
children c5e86c5cd22e
line wrap: on
line diff
--- a/src/cpu/ppc/vm/ppc.ad	Fri Nov 14 17:39:38 2014 -0500
+++ b/src/cpu/ppc/vm/ppc.ad	Mon Jun 30 14:58:52 2014 -0400
@@ -1330,7 +1330,7 @@
 
   if (!false /* TODO: PPC port C->is_frameless_method()*/) {
     st->print("save return pc\n\t");
-    st->print("push frame %d\n\t", -framesize);
+    st->print("push frame %ld\n\t", -framesize);
   }
 }
 #endif