Skip to content

Commit

Permalink
debug (total_read == rv_get_reg(rv, rv_reg_a2))
Browse files Browse the repository at this point in the history
  • Loading branch information
huaxinliao committed Nov 3, 2023
1 parent 56766c0 commit adf6df9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ OUT ?= build
BIN := $(OUT)/rv32emu

CFLAGS = -std=gnu99 -O2 -Wall -Wextra
CFLAGS += -Wno-unused-label
CFLAGS += -Wno-unused-label -g
CFLAGS += -include src/common.h

# Set the default stack pointer
Expand Down

0 comments on commit adf6df9

Please sign in to comment.