incubator-nuttx/arch/risc-v
chao an 2369e3cbc8 arm/dataabort: fix compile warning
Error: arm/arm_dataabort.c:146:10: error: format '%x' expects argument of type 'unsigned int',
                                          but argument 3 has type 'uint32_t' {aka 'long unsigned int'} [-Werror=format=]
  146 |   _alert("Data abort. PC: %08x FAR: %08x FSR: %08x\n",
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  147 |          regs[REG_PC], far, fsr);

Signed-off-by: chao an <anchao@xiaomi.com>
2023-06-12 13:36:08 +08:00
..
include riscv/kernel_stack: Use kernel stack to store the user context 2023-06-09 13:53:27 +08:00
src arm/dataabort: fix compile warning 2023-06-12 13:36:08 +08:00
Kconfig RISC-V: Implement simple and native NuttX SBI 2023-06-07 01:48:15 +08:00