shithub: scc

Download patch

ref: 6b5ef4c2ebd7ad1d58bd740868b2d8f21336ee60
parent: ea7be436724a770dc5e3f43ac32dd7393c0b0057
author: Roberto E. Vargas Caballero <k0ga@shike2.com>
date: Wed Dec 13 02:54:09 EST 2017

[lib/myro] Fix size of myro relocations

--- 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"