X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2FSDCCglobl.h;h=4f41446d70f82b54f60e9fcecae495c564ae22a1;hb=40b04e016f0390381414b38643fd5b6f4184974d;hp=1df7886e35036b4dc9cd874ae20a7380340364ce;hpb=2fa6944da0e3a79b9218dcabbc0b282e60cd9899;p=fw%2Fsdcc diff --git a/src/SDCCglobl.h b/src/SDCCglobl.h index 1df7886e..4f41446d 100644 --- a/src/SDCCglobl.h +++ b/src/SDCCglobl.h @@ -263,6 +263,7 @@ struct options int parms_in_bank1; /* DS390 - use reg bank1 to pass parameters */ int stack_size; /* MCS51/DS390 - Tells the linker to allocate this space for stack */ int no_pack_iram; /* MCS51/DS390 - Tells the linker not to pack variables in internal ram */ + int acall_ajmp; /* MCS51 - Use acall/ajmp instead of lcall/ljmp */ /* starting address of the segments */ int xstack_loc; /* initial location of external stack */ int stack_loc; /* initial value of internal stack pointer */