Skip to content

Commit 769c8b7

Browse files
committed
DEBUG DO NOT USE | test fix_ldiv
1 parent 3e58681 commit 769c8b7

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

src/crt/ldivs.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
.global __ldivs
55
.type __ldivs, @function
66

7-
.ifdef PREFER_OS_CRT
7+
.if 0
88

99
.set __ldivs, 0x0001B4
1010

src/crt/ldivu.src

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
.global __ldivu
55
.type __ldivu, @function
66

7-
.ifdef PREFER_OS_CRT
7+
.if 0
88

99
.set __ldivu, 0x0001B8
1010

1111
.else
1212

1313
; REMEMBER to keep ldivu.src, lremu.src, and ldiv.src in sync with this choice
14-
.if 1
14+
.if 0
1515

1616
__ldivu:
1717
; I: EUHL=dividend, AUBC=divisor

src/crt/ldvrmu.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
.global __ldvrmu
66
.type __ldvrmu, @function
77

8-
.ifdef PREFER_OS_CRT
8+
.if 0
99

1010
.set __ldvrmu, 0x0001BC
1111

src/crt/lremu.src

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
.global __lremu
55
.type __lremu, @function
66

7-
.ifdef PREFER_OS_CRT
7+
.if 0
88

99
.set __lremu, 0x0001E0
1010

1111
.else
1212

1313
; REMEMBER to keep ldivu.src, lremu.src, and ldiv.src in sync with this choice
14-
.if 1
14+
.if 0
1515

1616
__lremu:
1717
; I: EUHL=dividend, AUBC=divisor

src/libc/ldiv.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
.type _ldiv, @function
66

77
; REMEMBER to keep ldivu.src, lremu.src, and ldiv.src in sync with this choice
8-
.if 1
8+
.if 0
99

1010
_ldiv:
1111
pop hl

0 commit comments

Comments
 (0)