aboutsummaryrefslogtreecommitdiff
path: root/parse-opcodes
diff options
context:
space:
mode:
authorAndrew Waterman <andrew@sifive.com>2017-04-25 11:35:04 -0700
committerAndrew Waterman <andrew@sifive.com>2017-04-25 11:36:57 -0700
commit03c186e1197a574cd777d37c949039cf9e82dd76 (patch)
tree5af71d628244b3488acd6095accdad5b4f8af141 /parse-opcodes
parente4c935733f653d97913fb0418abfa89f6f3d90d2 (diff)
downloadriscv-opcodes-03c186e1197a574cd777d37c949039cf9e82dd76.zip
riscv-opcodes-03c186e1197a574cd777d37c949039cf9e82dd76.tar.gz
riscv-opcodes-03c186e1197a574cd777d37c949039cf9e82dd76.tar.bz2
Remove hret instruction
Diffstat (limited to 'parse-opcodes')
-rwxr-xr-xparse-opcodes2
1 files changed, 1 insertions, 1 deletions
diff --git a/parse-opcodes b/parse-opcodes
index 58ebcef..7b94bee 100755
--- a/parse-opcodes
+++ b/parse-opcodes
@@ -730,7 +730,7 @@ def print_insts(*names):
def make_supervisor_latex_table():
print_header('i')
print_subtitle('Trap-Return Instructions')
- print_insts('uret', 'sret', 'hret', 'mret')
+ print_insts('uret', 'sret', 'mret')
print_subtitle('Interrupt-Management Instructions')
print_insts('wfi')
print_subtitle('Memory-Management Instructions')