Add lr and sp clobbers for arm/thumb

This commit is contained in:
Lukas Lalinsky 2026-02-19 21:24:36 +01:00 committed by Alex Rønne Petersen
parent 1e26d885d3
commit 7dddcd043f

View file

@ -555,6 +555,8 @@ pub const Clobbers = switch (@import("builtin").cpu.arch) {
r13: bool = false,
r14: bool = false,
lr: bool = false,
sp: bool = false,
fpscr: bool = false,
vpr: bool = false,