aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Waterman <andrew@sifive.com>2023-10-18 02:41:11 -0700
committerGitHub <noreply@github.com>2023-10-18 02:41:11 -0700
commita2e80e1eba4e554a61784be34d50ce7d573cafdc (patch)
tree9da2636974ab78df2bb137e31a8fddc5e51779ce
parent36b21070c5b25ac383ec8054bef9a8929aa4ec01 (diff)
parent1de1e81952e387ef6b282dc46f0fdf9ae4f74df5 (diff)
downloadspike-a2e80e1eba4e554a61784be34d50ce7d573cafdc.zip
spike-a2e80e1eba4e554a61784be34d50ce7d573cafdc.tar.gz
spike-a2e80e1eba4e554a61784be34d50ce7d573cafdc.tar.bz2
Merge pull request #1484 from riscv-software-src/zcmop
add zcmop extension instructions
-rw-r--r--riscv/decode.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/riscv/decode.h b/riscv/decode.h
index cd1c0a1..6e2bdec 100644
--- a/riscv/decode.h
+++ b/riscv/decode.h
@@ -1,5 +1,6 @@
// See LICENSE for license details.
+
#ifndef _RISCV_DECODE_H
#define _RISCV_DECODE_H