Explorar o código

No system-calls from libem

ceriel %!s(int64=32) %!d(string=hai) anos
pai
achega
73555852ff
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  1. 1 1
      mach/m68k4/libem/dia.s
  2. 1 1
      mach/m68k4/libem/shp.s

+ 1 - 1
mach/m68k4/libem/dia.s

@@ -114,7 +114,7 @@ putchar:
 	move.l	#1, -(sp)
 	pea	11(sp)
 	move.l	#1, -(sp)
-	jsr	__write
+	jsr	WRITE
 	lea	12(sp), sp
 	rts
 .align 2

+ 1 - 1
mach/m68k4/libem/shp.s

@@ -13,7 +13,7 @@
 	and.l	#~0x3ff, d1
 	move.l	d1, -(sp)
 	move.l	d1,.limhp
-	jsr	__brk		! allocate 1K bytes of extra storage
+	jsr	BRK		! allocate 1K bytes of extra storage
 	add.l	#4, sp
 	tst.l	d0
 	bne	2f