Make CPU code thread safe

This commit is contained in:
2023-10-08 16:40:03 +02:00
parent afc68c1c96
commit c878dee7e0
4 changed files with 23 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
NAME=vriscv
CC=gcc
CFLAGS=-O3 -Wall -I src
LDFLAGS=
LDFLAGS=-lpthread
BUILD_DIR=build
C_FILES := $(shell find src/ -name '*.c')