scc

simple c99 compiler
git clone git://git.simple-cc.org/scc
Log | Files | Refs | Submodules | README | LICENSE

commit 85fb4f175cc3404aebdd9d690cc3c616a9833cef
parent 8d5f6bbcb69f614eb5a8eae090cfa10981cd373a
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Sun, 19 Jan 2020 15:09:09 +0100

libmach: Add comment in rebase.c

Diffstat:
Msrc/libmach/rebase.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/libmach/rebase.c b/src/libmach/rebase.c @@ -7,5 +7,6 @@ int rebase(Obj *obj, int idx, unsigned long long base) { + /* TODO */ return 0; }