ppc: scripts for gesamt_ppc
[testub10.git] / scripts / callingconvention.c
index deb1db133bb9feac444dc10c18b5770f282c1f37..f9c3b1cefe89078baeff4ad5c67b2ff5f1e10909 100644 (file)
@@ -1,4 +1,4 @@
-/* gcc -c -fomit-frame-pointer -fno-defer-pop callingconvention.c */
+/* gcc -c callingconvention.c */
 
 #include <stdlib.h>
 
@@ -7,6 +7,7 @@ extern int call(void);
 #define CHECKNUM 0x1234567812345678
 long callchecking() 
 {
+  /* TODO */
   long ret;
   ret=call();
   return ret;