summaryrefslogtreecommitdiffstats
path: root/sys/i386/svr4
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2003-04-21 16:30:12 +0000
committerobrien <obrien@FreeBSD.org>2003-04-21 16:30:12 +0000
commit4054bc5e5864ed2375f17803e4596d774305013c (patch)
tree4b2aec6a6d8c4c7d87464e1df2511e5d80068582 /sys/i386/svr4
parent43cb95182edfb30d10a7b086d4c67c11d0a357e6 (diff)
downloadFreeBSD-src-4054bc5e5864ed2375f17803e4596d774305013c.zip
FreeBSD-src-4054bc5e5864ed2375f17803e4596d774305013c.tar.gz
Assembly files put thru the C preprocessor need to have C style comments.
Diffstat (limited to 'sys/i386/svr4')
-rw-r--r--sys/i386/svr4/svr4_locore.s5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/i386/svr4/svr4_locore.s b/sys/i386/svr4/svr4_locore.s
index 9f8b4aa..6274ad2 100644
--- a/sys/i386/svr4/svr4_locore.s
+++ b/sys/i386/svr4/svr4_locore.s
@@ -7,8 +7,8 @@
NON_GPROF_ENTRY(svr4_sigcode)
call *SVR4_SIGF_HANDLER(%esp)
- leal SVR4_SIGF_UC(%esp),%eax # ucp (the call may have clobbered the
- # copy at SIGF_UCP(%esp))
+ leal SVR4_SIGF_UC(%esp),%eax /* ucp (the call may have clobbered the
+ copy at SIGF_UCP(%esp)) */
#ifdef VM86
#warning "VM86 doesn't work yet - do you really want this?"
testl $PSL_VM,SVR4_UC_EFLAGS(%eax)
@@ -30,4 +30,3 @@ svr4_szsigcode:
.long svr4_esigcode - svr4_sigcode
.text
-
OpenPOWER on IntegriCloud