zephyr/include/toolchain
Andrew Boie f1b1332c94 x86: fix large Kconfig values on 64-bit
Use the special x86 operand modifier 'p' to print the raw value.
This fixes an issue on x86-64 where errors were generated
if a constant larger than INT_MAX was used.

Values larger than UINT_MAX are still unsupported (on any arch).

Fixes: #22542

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2020-02-13 09:03:03 +02:00
..
common.h
gcc.h x86: fix large Kconfig values on 64-bit 2020-02-13 09:03:03 +02:00
xcc_missing_defs.h
xcc.h toolchain: xcc: use Clang if exists 2020-01-07 17:09:38 +01:00
zephyr_stdint.h