Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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: zephyrproject-rtos#22542 Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
- Loading branch information