1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-02 20:30:00 +00:00

Resolve infinite recursion.

This commit is contained in:
Thomas Harte 2022-05-29 20:39:22 -04:00
parent 3ef53315a2
commit 9eea471e72

View File

@ -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 {