From 291c3548fa8a4ce20d9b4549270fdcbf4663296d Mon Sep 17 00:00:00 2001 From: Andrew Waterman Date: Fri, 6 Nov 2015 00:22:12 -0800 Subject: Revert "Revert "Enable the four custom instructions"" This reverts commit fe5742618c1732be6000cccfbed3432596dea9e4. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 658805b..906c411 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ install: $(ISASIM_H) $(PK_H) $(FESVR_H) $(ENV_H) $(GAS_H) inst.chisel instr-tabl $(ISASIM_H) $(PK_H) $(FESVR_H) $(ENV_H): $(ALL_OPCODES) parse-opcodes encoding.h cp encoding.h $@ - cat opcodes opcodes-rvc-pseudo opcodes-rvc | ./parse-opcodes -c >> $@ + cat opcodes opcodes-rvc-pseudo opcodes-rvc opcodes-custom | ./parse-opcodes -c >> $@ $(GAS_H) $(XCC_H): $(ALL_OPCODES) parse-opcodes cat $(ALL_OPCODES) | ./parse-opcodes -c > $@ -- cgit v1.2.3