From e1445316aa28fc1d1a1d4a2046394608e8bbab13 Mon Sep 17 00:00:00 2001 From: Arkshine Date: Sat, 16 Aug 2014 01:28:47 +0200 Subject: [PATCH] Compiler: Fix moar. --- compiler/libpc300/sc4.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/compiler/libpc300/sc4.c b/compiler/libpc300/sc4.c index e428117a..076a828e 100755 --- a/compiler/libpc300/sc4.c +++ b/compiler/libpc300/sc4.c @@ -849,9 +849,8 @@ SC_FUNC void getfrm(void) code_idx+=opcodes(1)+opargs(1); } -/* -/* +/** * Inclrement/decrement stack pointer. Note that this routine does * nothing if the delta is zero. */