diff options
| author | Dima Ruban <dima@FreeBSD.org> | 1998-11-15 00:50:59 +0000 |
|---|---|---|
| committer | Dima Ruban <dima@FreeBSD.org> | 1998-11-15 00:50:59 +0000 |
| commit | 9ffad243461e08ff2eb3acf332d3fd042741447b (patch) | |
| tree | 3608169ca42cee79a3d55ebdcffdbf068cfd245b | |
| parent | 146726f36f495f51575209cffdbe866bbda4466b (diff) | |
Notes
| -rw-r--r-- | sys/alpha/alpha/locore.s | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/alpha/alpha/locore.s b/sys/alpha/alpha/locore.s index 9aa19e1bab0a..bcacc2aac0fe 100644 --- a/sys/alpha/alpha/locore.s +++ b/sys/alpha/alpha/locore.s @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: locore.s,v 1.3 1998/08/10 07:53:58 dfr Exp $ + * $Id: locore.s,v 1.4 1998/11/09 10:47:19 dima Exp $ */ /* * Copyright (c) 1994, 1995, 1996 Carnegie-Mellon University. @@ -296,10 +296,10 @@ LEAF(restorefpstate, 1) /* XXX: make systat/vmstat happy */ .data EXPORT(intrnames) - ASCIZ "foobar"; + ASCIZ "foobar" EXPORT(eintrnames) - .align 3 + .align 3 EXPORT(intrcnt) - .quad 0; + .quad 0 EXPORT(eintrcnt) .text |
