Bloody assembler does not recognize ',' in .globl

This commit is contained in:
ceriel 1986-12-12 14:45:20 +00:00
parent 980953f861
commit cb19bd1dd4
3 changed files with 6 additions and 3 deletions

View file

@ -1,4 +1,5 @@
.globl _getgid, _getegid .globl _getgid
.globl _getegid
.set getgid,47 .set getgid,47
.align 1 .align 1

View file

@ -1,4 +1,5 @@
.globl _getpid, _getppid .globl _getpid
.globl _getppid
.set getpid,20 .set getpid,20
.align 1 .align 1

View file

@ -1,4 +1,5 @@
.globl _getuid, _geteuid .globl _getuid
.globl _geteuid
.set getuid,24 .set getuid,24
.align 1 .align 1