scc

simple C compiler
git clone git://git.2f30.org/scc
Log | Files | Refs | README | LICENSE

commit 605e945e14e16e7a8d9855a8fc49749a48a0c6db
parent ed3515d64c15579c8958e18fa7339d645bc6f6f0
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Fri, 22 Sep 2017 07:49:56 +0200

[as] Small whitespace change

Diffstat:
Mas/symbol.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/as/symbol.c b/as/symbol.c @@ -132,6 +132,7 @@ static void incpc(int siz) { TUINT pc, curpc; + pc = cursec->pc; curpc = cursec->curpc;