nuttx/arch/x86_64
anjiahao fce6e9de5e x86_64:fix syscall type mismatch
/home/ajh/work/vela_system/nuttx/include/arch/syscall.h:181: Error: operand type mismatch for `movq'

`rax`: Used in 64-bit mode, suitable for storing 64 bits of data.

`eax`: In 64-bit mode, typically used for operating on 32-bit data. When writing to `eax`, the high 32 bits of `rax` are automatically cleared to zero.

`nbr` is an unsigned int, is 32-bit.

Signed-off-by: anjiahao <anjiahao@xiaomi.com>
2025-12-22 21:09:10 +08:00
..
include x86_64:fix syscall type mismatch 2025-12-22 21:09:10 +08:00
src x86_64: fix bootup problem in SMP 2025-12-01 14:28:11 +01:00
CMakeLists.txt arch/x86_64: migrate to SPDX identifier 2024-12-02 17:23:25 +08:00
Kconfig arch/x86_64: add debug interface 2025-04-30 13:40:10 +08:00