mirror of
https://github.com/apache/nuttx.git
synced 2026-05-16 13:56:00 +08:00
2454c2b76d
When assembly code calls a C function, it needs to save the context. After enabling KASAN, the inserted __asan_load8_noabort function uses the rsi register, causing the value of rsi in the interrupt handler to be modified, which results in an incorrect interrupt number. Signed-off-by: liwenxiang1 <liwenxiang1@xiaomi.com>