summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Yunsup Lee <yunsup@cs.berkeley.edu>2014-11-22 08:55:03 -0800
committerGravatar Yunsup Lee <yunsup@cs.berkeley.edu>2014-11-22 08:55:03 -0800
commitfe5742618c1732be6000cccfbed3432596dea9e4 (patch)
tree15e33faeffb0eb742e6ee4096e70c4a278e0fca6
parentb3bf5049ac3cee767ca70a22685dd83466f3dc52 (diff)
Revert "Enable the four custom instructions"
This reverts commit 70b52dd5fa74b5968a20ded22df4ae3a9a76d7f4. Refactoring support for custom instructions.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 00933b9..a2daff6 100644
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@ install: $(ISASIM_H) $(PK_H) $(ENV_H) $(GAS_H) $(XCC_H) inst.chisel instr-table.
$(ISASIM_H) $(PK_H) $(ENV_H): $(ALL_OPCODES) parse-opcodes
cp encoding.h $@
- cat opcodes opcodes-custom | ./parse-opcodes -c >> $@
+ cat opcodes | ./parse-opcodes -c >> $@
$(GAS_H) $(XCC_H): $(ALL_OPCODES) parse-opcodes
cat $(ALL_OPCODES) | ./parse-opcodes -c > $@