I think there is a small error in the src/SDCCdwarf2.h header file. The definition in the standard is: TAG_inlined_subroutine 0x001d. In the headerfile it is defined as: #define DW_TAG_inlined_subroutine 01x1d. This looks weird anyway.
Thanks. Luckily the value in that header is currently not used in the C code which includes that header file.
It was clear to me that it is not used, as the compiler would have complained in case it was ;-)
Log in to post a comment.
Thanks. Luckily the value in that header is currently not used in the C code which includes that header file.
It was clear to me that it is not used, as the compiler would have complained in case it was ;-)