diff options
author | 2013-01-11 22:34:43 +0000 | |
---|---|---|
committer | 2013-01-11 22:34:43 +0000 | |
commit | 79fabb0b118a15887e556bdbd7480fb08cf1e83a (patch) | |
tree | e73c7e8778371c1b088d2e96447c73454c0ca9eb | |
parent | sync (diff) | |
download | wireguard-openbsd-79fabb0b118a15887e556bdbd7480fb08cf1e83a.tar.xz wireguard-openbsd-79fabb0b118a15887e556bdbd7480fb08cf1e83a.zip |
Do not use `#' to introduce comments anymore, as(1) will no longer support
this RSN.
-rw-r--r-- | sys/arch/m88k/m88k/subr.S | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/m88k/m88k/subr.S b/sys/arch/m88k/m88k/subr.S index d31bef1634b..5f38494651f 100644 --- a/sys/arch/m88k/m88k/subr.S +++ b/sys/arch/m88k/m88k/subr.S @@ -1,4 +1,4 @@ -/* $OpenBSD: subr.S,v 1.21 2013/01/05 11:20:56 miod Exp $ */ +/* $OpenBSD: subr.S,v 1.22 2013/01/11 22:34:43 miod Exp $ */ /* * Mach Operating System * Copyright (c) 1993-1992 Carnegie Mellon University @@ -1163,7 +1163,7 @@ ENTRY(m8820x_zeropage) ENTRY(m88110_copypage) addu %r12, %r2, PAGE_SIZE 1: - ld.h %r0, %r2, 0x00 # load allocate + ld.h %r0, %r2, 0x00 | load allocate ld.d %r4, %r2, 0x00 ld.d %r6, %r2, 0x08 st.d %r4, %r3, 0x00 @@ -1188,7 +1188,7 @@ ENTRY(m88110_zeropage) or %r3, %r1, %r0 or %r1, %r0, %r0 1: - ld.h %r0, %r2, 0x00 # load allocate + ld.h %r0, %r2, 0x00 | load allocate st.d %r0, %r2, 0x00 st.d %r0, %r2, 0x08 st.d %r0, %r2, 0x10 |