diff options
| author | mycroft <mycroft@NetBSD.org> | 1993-06-17 12:05:29 +0000 |
|---|---|---|
| committer | mycroft <mycroft@NetBSD.org> | 1993-06-17 12:05:29 +0000 |
| commit | dbf2e6e2b871f62991efefaf202731905b63fd49 (patch) | |
| tree | ccb2d00752b26db683127cf97c3cd60379466609 | |
| parent | 349ac16602fb150653245cfdc8733fed8acc7010 (diff) | |
Remove some spaces so GAS 2 won't barf (but I think I will)...
| -rw-r--r-- | lib/libc/i386/sys/exect.s | 2 | ||||
| -rw-r--r-- | lib/libc/i386/sys/sigprocmask.s | 2 | ||||
| -rw-r--r-- | lib/libc/i386/sys/sigsuspend.s | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/i386/sys/exect.s b/lib/libc/i386/sys/exect.s index 3a17aacbbe2..cdc2089734f 100644 --- a/lib/libc/i386/sys/exect.s +++ b/lib/libc/i386/sys/exect.s @@ -45,7 +45,7 @@ ENTRY(exect) lea SYS_execve,%eax pushf popl %edx - orl $ PSL_T,%edx + orl $PSL_T,%edx pushl %edx popf LCALL(7,0) diff --git a/lib/libc/i386/sys/sigprocmask.s b/lib/libc/i386/sys/sigprocmask.s index 2872c1faef1..3f57dab9f3d 100644 --- a/lib/libc/i386/sys/sigprocmask.s +++ b/lib/libc/i386/sys/sigprocmask.s @@ -52,7 +52,7 @@ ENTRY(sigprocmask) jmp 2f 1: movl (%ecx),%ecx # fetch indirect ... movl %ecx,8(%esp) # to new mask arg -2: movl $ SYS_sigprocmask , %eax +2: movl $SYS_sigprocmask , %eax LCALL(0x7,0) jb err movl 12(%esp),%ecx # fetch old mask requested diff --git a/lib/libc/i386/sys/sigsuspend.s b/lib/libc/i386/sys/sigsuspend.s index 1db4c1a3543..7aa013ec80c 100644 --- a/lib/libc/i386/sys/sigsuspend.s +++ b/lib/libc/i386/sys/sigsuspend.s @@ -47,7 +47,7 @@ ENTRY(sigsuspend) movl 4(%esp),%eax # fetch mask arg movl (%eax),%eax # indirect to mask arg movl %eax,4(%esp) - movl $ SYS_sigsuspend ,%eax + movl $SYS_sigsuspend ,%eax LCALL(0x7,0) jb err xorl %eax,%eax # shouldn t happen |
