X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2FSDCCglobl.h;h=b887e795ccb1873be4bf4604e84683a3b5ea730e;hb=1f6bc72d8c57790f692bbc3ffa9451993e6a51c5;hp=a12cea74c59b87dc35c1184d317a01be73b8a3c2;hpb=fc4727437bf580144b7373bc377ad7734509929d;p=fw%2Fsdcc diff --git a/src/SDCCglobl.h b/src/SDCCglobl.h index a12cea74..b887e795 100644 --- a/src/SDCCglobl.h +++ b/src/SDCCglobl.h @@ -217,7 +217,7 @@ struct options int noRegParams; /* Disable passing some parameters in registers */ int verbose; /* Show what the compiler is doing */ int shortis8bits; /* treat short like int or char */ - + int profile; /* Turn on extra profiling information */ char *calleeSaves[128]; /* list of functions using callee save */ char *excludeRegs[32]; /* registers excluded from saving */