Add atomics to chibicc

This change also fixes #434 and makes the chibicc assembler better.
This commit is contained in:
Justine Tunney 2022-06-20 03:08:00 -07:00
parent 5ddf43332e
commit a988896048
21 changed files with 650 additions and 445 deletions

View file

@ -34,7 +34,6 @@ struct ElfWriterRela {
struct ElfWriter {
char *path;
char *tmppath;
int fd;
void *map;
size_t mapsize;