fixed global obejct sharing between cores

This commit is contained in:
Blaise Tine
2020-12-24 19:36:07 -05:00
parent 703a861fe9
commit 4f689c4ce9
46 changed files with 6710 additions and 6792 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -55,7 +55,7 @@ clean:
rm -rf $(PROJECT) *.o .depend
clean-all: clean
rm *.pocl *.dump
rm -rf *.pocl *.dump
ifneq ($(MAKECMDGOALS),clean)
-include .depend