mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
cpu/fe310: Add used registers to clobbers
This commit is contained in:
parent
46337efd93
commit
896227ab08
@ -38,7 +38,7 @@ static inline void _ecall_dispatch(uint32_t num, void *ctx)
|
||||
"ECALL\n"
|
||||
: /* No outputs */
|
||||
: [num] "r" (num), [ctx] "r" (ctx)
|
||||
: "memory"
|
||||
: "memory", "a0", "a1"
|
||||
);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user