mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-11 13:02:39 +00:00
LLVM building for qemu_x86 appears to have an optimization bug where a union that is assigned to hold values read from va_args() is inferred to be a constant value, so is placed in ROM with an all-zero content. Prevent this by packing the conversion state and the value union into a single container structure that's stack allocated. Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no> |
||
---|---|---|
.. | ||
assert.c | ||
base64.c | ||
cbprintf_complete.c | ||
cbprintf_nano.c | ||
cbprintf.c | ||
CMakeLists.txt | ||
crc7_sw.c | ||
crc8_sw.c | ||
crc16_sw.c | ||
crc32_sw.c | ||
dec.c | ||
fdtable.c | ||
heap-validate.c | ||
heap.c | ||
heap.h | ||
hex.c | ||
json.c | ||
Kconfig | ||
Kconfig.cbprintf | ||
mempool.c | ||
mutex.c | ||
notify.c | ||
onoff.c | ||
printk.c | ||
rb.c | ||
ring_buffer.c | ||
sem.c | ||
thread_entry.c | ||
timeutil.c | ||
work_q.c |