mirror of
https://github.com/TomHarte/CLK.git
synced 2025-04-09 00:37:27 +00:00
Resolve infinite recursion.
This commit is contained in:
parent
3ef53315a2
commit
9eea471e72
@ -726,7 +726,7 @@
|
||||
}
|
||||
|
||||
- (void)performDIVS:(uint16_t)divisor d1:(uint32_t)d1 {
|
||||
[self performDIVS:divisor d1:d1];
|
||||
[self performDIVS:divisor d1:d1 sp:0];
|
||||
}
|
||||
|
||||
- (void)performDIVSOverflowTestDivisor:(uint16_t)divisor {
|
||||
|
Loading…
x
Reference in New Issue
Block a user