Skip to content

Commit ed8f1e1

Browse files
Fix build
1 parent e999114 commit ed8f1e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/std/shared/abs.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.def _abs
22
.assume adl=1
33

4-
int abs(int);
4+
;int abs(int);
55

66
_abs:
77
pop hl

0 commit comments

Comments
 (0)