Skip to content

Commit 317906e

Browse files
committed
DEBUG DO NOT USE | test the fallback routines
1 parent 61f6fbf commit 317906e

10 files changed

Lines changed: 14 additions & 14 deletions

File tree

src/crt/i48dvrmu.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
.global __i48dvrmu
1414
.type __i48dvrmu, @function
1515

16-
.if 1
16+
.if 0
1717

1818
__i48dvrmu:
1919
; backup af

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,13 +4,13 @@
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

13-
.if 1
13+
.if 0
1414

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

src/crt/ldvrmu.src

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99
.global __ldvrmu
1010
.type __ldvrmu, @function
1111

12-
.ifdef PREFER_OS_CRT
12+
.if 0
1313

1414
.set __ldvrmu, 0x0001BC
1515

1616
.else
1717

1818
; REMEMBER to also modify ldivu.src, lremu.src, and ldiv.src if you change this
19-
.if 1
19+
.if 0
2020

2121
__ldvrmu:
2222
; I: EUHL=dividend, AUBC=divisor

src/crt/lldvrmu.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
.global __lldvrmu.hijack
77
.type __lldvrmu.hijack, @function
88

9-
.if 1
9+
.if 0
1010

1111
__lldvrmu:
1212
; Atrociously slow.

src/crt/llmulhu.src

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

8-
.if 1
8+
.if 0
99

1010
; BC:UDE:UHL = ((uint128_t)BC:UDE:UHL * (uint128_t)(SP64)) >> 64
1111
__llmulhu:

src/crt/llmulu.src

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

7-
.if 1
7+
.if 0
88

99
__llmulu:
1010
; Really slow

src/crt/lremu.src

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
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

13-
.if 1
13+
.if 0
1414

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

src/libc/ldiv.src

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

7-
.if 1
7+
.if 0
88

99
_ldiv:
1010
pop hl

test/regression/i48routines/autotest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"sequence": [
1010
"action|launch",
11-
"delay|200",
11+
"delay|9000",
1212
"hashWait|1",
1313
"key|enter",
1414
"delay|300",
@@ -17,7 +17,7 @@
1717
"hashes": {
1818
"1": {
1919
"description": "All tests passed",
20-
"timeout": 5000,
20+
"timeout": 15000,
2121
"start": "vram_start",
2222
"size": "vram_16_size",
2323
"expected_CRCs": [

0 commit comments

Comments
 (0)