Compare commits
1 Commits
aad3bdc9ea
...
580e7baca9
Author | SHA1 | Date | |
---|---|---|---|
580e7baca9 |
@@ -142,7 +142,7 @@ pub fn Arm32(comptime isa: Architecture) type {
|
||||
return (idx * 2) + if (kind == .R14) @as(usize, 1) else 0;
|
||||
}
|
||||
|
||||
inline fn spsrIdx(mode: Mode) usize {
|
||||
pub inline fn spsrIdx(mode: Mode) usize {
|
||||
return switch (mode) {
|
||||
.Supervisor => 0,
|
||||
.Abort => 1,
|
||||
|
Reference in New Issue
Block a user