1
0
Fork 0

add extensions option to riscv-dis for better disassembly

This commit is contained in:
Yunsup Lee 2014-02-25 03:50:32 -08:00
parent 8acc9510c4
commit e5c2bd5e7b
2 changed files with 2 additions and 2 deletions

View File

@ -598,5 +598,5 @@ bt_vvadd.riscv\
disasm := 2>
which_disasm := $(shell which riscv-dis)
ifneq ($(which_disasm),)
disasm := 3>&1 1>&2 2>&3 | $(which_disasm) >
disasm := 3>&1 1>&2 2>&3 | $(which_disasm) --extension=hwacha >
endif

@ -1 +1 @@
Subproject commit 16908b2a8dcf9e8b4e3fdf1c962e123067356dba
Subproject commit cc599fce1ad7f0823c032f7c8dde0c0c363bad7d