scc

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

commit 88fe60fa8ec816384d0acd8eaef354190fe19a91
parent 1a8e74a551e14e9971a1db05b86a1824d53694cf
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Wed, 13 Dec 2017 07:54:09 +0000

[lib/myro] Fix size of myro relocations

Diffstat:
Minc/myro.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/inc/myro.h b/inc/myro.h @@ -2,7 +2,7 @@ #define MYROHDR_SIZ 48 #define MYROSECT_SIZ 24 #define MYROSYM_SIZ 26 -#define MYROREL_SIZ 20 +#define MYROREL_SIZ 16 #define MYROMAGIC_SIZ 4 #define MYROMAGIC "uobj"