From: Andrew Waterman Date: Wed, 27 Mar 2013 07:14:31 +0000 (-0700) Subject: opcodes.h must only contain DECLARE_INSN() lines X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=93229b56ba4d7d63523eb57f05394f8b81e0df2a;p=riscv-isa-sim.git opcodes.h must only contain DECLARE_INSN() lines --- diff --git a/riscv/opcodes.h b/riscv/opcodes.h index 9ca7cc8..52af654 100644 --- a/riscv/opcodes.h +++ b/riscv/opcodes.h @@ -1,5 +1,3 @@ -// See LICENSE for license details. - DECLARE_INSN(movn, 0x6f7, 0x1ffff) DECLARE_INSN(vfsstw, 0x150f, 0x1ffff) DECLARE_INSN(remuw, 0x7bb, 0x1ffff)