-
Notifications
You must be signed in to change notification settings - Fork 93
Open
Description
As far as I (and the C compiler) can tell, the constant CORE_INFO is a single byte in some but not all cases:
mlib_devel/jasper_library/sw/jam/casper_tapcp.c
Lines 245 to 246 in 1109264
| extern const uint8_t _core_info; | |
| #define CORE_INFO (&_core_info) |
So in lines such as
mlib_devel/jasper_library/sw/jam/casper_tapcp.c
Line 1185 in 1109264
| state->ptr = (void *)(CORE_INFO - 2); |
and
mlib_devel/jasper_library/sw/jam/casper_devcsl.c
Lines 7 to 8 in 1109264
| extern const uint8_t _core_info; | |
| #define CORE_INFO (&_core_info) |
| if(!CORE_INFO[0] || !CORE_INFO[1]) { |
| if(!CORE_INFO[0] || !CORE_INFO[1]) { |
yield compiler errors that prevent the JAM software from building
Metadata
Metadata
Assignees
Labels
No labels