X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=scripts%2Fcallingconvention.c;fp=scripts%2Fcallingconvention.c;h=f9c3b1cefe89078baeff4ad5c67b2ff5f1e10909;hb=d31634c82c3a5328527052ee3d660f1725bbdaff;hp=deb1db133bb9feac444dc10c18b5770f282c1f37;hpb=631a92314abaefe6e0d275647ed815a3fb34fd81;p=testub10.git diff --git a/scripts/callingconvention.c b/scripts/callingconvention.c index deb1db1..f9c3b1c 100644 --- a/scripts/callingconvention.c +++ b/scripts/callingconvention.c @@ -1,4 +1,4 @@ -/* gcc -c -fomit-frame-pointer -fno-defer-pop callingconvention.c */ +/* gcc -c callingconvention.c */ #include @@ -7,6 +7,7 @@ extern int call(void); #define CHECKNUM 0x1234567812345678 long callchecking() { + /* TODO */ long ret; ret=call(); return ret;