From 91ae6231c835112e8e5109d22d6578c7e2e752b2 Mon Sep 17 00:00:00 2001 From: NicJA Date: Thu, 30 Apr 2015 01:48:35 +0000 Subject: [PATCH] add comment git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@50514 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- rom/kernel/spinlock.c | 1 + rom/kernel/spinunlock.c | 1 + 2 files changed, 2 insertions(+) diff --git a/rom/kernel/spinlock.c b/rom/kernel/spinlock.c index ca1b9b802f..fed3512754 100644 --- a/rom/kernel/spinlock.c +++ b/rom/kernel/spinlock.c @@ -44,6 +44,7 @@ { AROS_LIBFUNC_INIT + /* The implementation of this function is architecture-specific */ return lock; AROS_LIBFUNC_EXIT diff --git a/rom/kernel/spinunlock.c b/rom/kernel/spinunlock.c index fe3bfca5e5..19ccc159d6 100644 --- a/rom/kernel/spinunlock.c +++ b/rom/kernel/spinunlock.c @@ -43,6 +43,7 @@ { AROS_LIBFUNC_INIT + /* The implementation of this function is architecture-specific */ return; AROS_LIBFUNC_EXIT -- 2.11.4.GIT