nemu: run with normal mode by default
This commit is contained in:
parent
d5fe878987
commit
198ce90352
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ CFLAGS += -fdata-sections -ffunction-sections
|
|||
LDFLAGS += -T $(AM_HOME)/scripts/linker.ld \
|
||||
--defsym=_pmem_start=0x80000000 --defsym=_entry_offset=0x0
|
||||
LDFLAGS += --gc-sections -e _start
|
||||
NEMUFLAGS += -b -l $(shell dirname $(IMAGE).elf)/nemu-log.txt
|
||||
NEMUFLAGS += -l $(shell dirname $(IMAGE).elf)/nemu-log.txt
|
||||
|
||||
CFLAGS += -DMAINARGS=\"$(mainargs)\"
|
||||
CFLAGS += -I$(AM_HOME)/am/src/platform/nemu/include
|
||||
|
|
Loading…
Add table
Reference in a new issue