From 93229b56ba4d7d63523eb57f05394f8b81e0df2a Mon Sep 17 00:00:00 2001 From: Andrew Waterman Date: Wed, 27 Mar 2013 00:14:31 -0700 Subject: [PATCH] opcodes.h must only contain DECLARE_INSN() lines --- riscv/opcodes.h | 2 -- 1 file changed, 2 deletions(-) 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) -- 2.30.2