Forum : ST7/STM8
Post Information | Post |
---|---|
July 6, 2011 - 10:59am
|
Consider this code #include typedef unsigned char uint8_t; static inline uint8_t disableInterrupts(void) int main() The .lst looks like this ; FUNCTION main (BEGIN) ; FUNCTION main (END) It is clear that the _sim_() intrinsic is not included when inlining the function disableInterrupts(). The _getCC_() call is included ( PUSH CC assembler instruction ). Why is _sim_() missing? My tools: Best Regards |
Hi Andreas,
We are looking into this problem. More news later.