Skip to content

Commit 0260dbc

Browse files
committed
Fix _dos_setpdb
1 parent e27a9fd commit 0260dbc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/libx68k/libdos/setpdb.S

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
| struct _dos_psp *_dos_setpdb (struct _dos_psp *);
22
.text
33
.even
4-
.global _dos_psp
5-
.type _dos_psp,@function
6-
_dos_psp:
4+
.global _dos_setpdb
5+
.type _dos_setpdb,@function
6+
_dos_setpdb:
77
move.l %sp@(4), %sp@-
88
cmpi.w #0x200+14, _vernum+2 | 2.14
99
bcss 2f

0 commit comments

Comments
 (0)