Compare commits
2 Commits
2f3213f693
...
8886ca2e61
Author | SHA1 | Date |
---|---|---|
Rekai Nyangadzayi Musuka | 8886ca2e61 | |
Rekai Nyangadzayi Musuka | faa8f724a0 |
|
@ -138,8 +138,6 @@ pub fn arithmeticRight(comptime S: bool, cpsr: *CPSR, rm: u32, total_amount: u8)
|
|||
cpsr.c.write(result >> 31 & 1 == 1);
|
||||
}
|
||||
}
|
||||
|
||||
return result;
|
||||
}
|
||||
|
||||
pub fn rotateRight(comptime S: bool, cpsr: *CPSR, rm: u32, total_amount: u8) u32 {
|
||||
|
|
Loading…
Reference in New Issue