From 7c2ec3d419b0f6e87db3c059220f5b3cf2e9a5b9 Mon Sep 17 00:00:00 2001 From: Brendan Kehoe Date: Sat, 15 Apr 1995 02:38:17 +0000 Subject: [PATCH] ... changing to use /**/ instead of ! as comments * sysdeps/unix/bsd/osf/alpha/brk.S: Likewise. --- sysdeps/unix/bsd/osf/alpha/brk.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sysdeps/unix/bsd/osf/alpha/brk.S b/sysdeps/unix/bsd/osf/alpha/brk.S index 111f3397af..6e4bd2cc71 100644 --- a/sysdeps/unix/bsd/osf/alpha/brk.S +++ b/sysdeps/unix/bsd/osf/alpha/brk.S @@ -34,13 +34,13 @@ __curbrk: .text ENTRY(__brk) - ! FIXME We do not check for asking for less than a page yet. + /* FIXME We do not check for asking for less than a page yet. */ ldiq v0, SYS_brk call_pal PAL_callsys bne a3, error /* Update __curbrk and exit cleanly. */ -! ldgp gp, 0(t12) +/* ldgp gp, 0(t12) */ stl a0, __curbrk mov zero, v0