LED builds now.

This commit is contained in:
David Given
2016-08-14 14:40:01 +02:00
parent 2dab95eced
commit a42939df50
4 changed files with 21 additions and 1 deletions

View File

@@ -73,7 +73,7 @@ init_core()
register struct memory *mem;
extern char *sbrk();
#include "mach.c"
#include "mach.h"
#define ALIGN 8 /* minimum alignment for pieces */
#define AT_LEAST (ind_t)2*ALIGN /* See comment about string areas. */