Skip to content

Commit

Permalink
remove fences
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeturic committed May 14, 2024
1 parent 64f5030 commit 2581060
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions main.asm
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@

.org allocation
.area allocation_size
.word 0xFEFEFEFE
.importobj "build/linked.o"
.word 0xFEFEFEFE
.endarea

// -----------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ md5: test.gba
# ------------------------------------------------------------------------------

build/linked.sz: build/linked.o
echo "`$(SIZE) $(SIZEFLAGS) build/linked.o | awk 'FNR == 2 {print $$4}'` + 8" | bc > "$@"
$(SIZE) $(SIZEFLAGS) build/linked.o | awk 'FNR == 2 {print $$4}' > "$@"

build/src/%.o: src/%.c charmap.txt
@mkdir -p build/src
Expand Down

0 comments on commit 2581060

Please sign in to comment.