Skip to content

Commit 35a4a27

Browse files
committed
put i48neg and uiyubcNeg in different sections
1 parent be01362 commit 35a4a27

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

src/crt/i48neg.src

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,9 @@
55

66
.assume adl=1
77

8-
.section .text
8+
.section .text.__i48neg
99
.global __i48neg
1010
.type __i48neg, @function
11-
.global __uiyubcNeg
12-
.type __uiyubcNeg, @function
1311

1412
__i48neg:
1513
; CC: 17 bytes
@@ -31,6 +29,10 @@ __i48neg:
3129
dec de ; Carry adjustment
3230
ret
3331

32+
.section .text.__uiyubcNeg
33+
.global __uiyubcNeg
34+
.type __uiyubcNeg, @function
35+
3436
; Used by i48divs and i48rems, uiy:ubc = -uiy:ubc
3537
__uiyubcNeg:
3638
; CC: 18 bytes | 19F + 12R + 9W + 1

0 commit comments

Comments
 (0)