svn commit: r301621 - head/sys/riscv/include

Ruslan Bukin br at FreeBSD.org
Wed Jun 8 13:57:19 UTC 2016


Author: br
Date: Wed Jun  8 13:57:18 2016
New Revision: 301621
URL: https://svnweb.freebsd.org/changeset/base/301621

Log:
  Remove duplicate define.

Modified:
  head/sys/riscv/include/riscvreg.h

Modified: head/sys/riscv/include/riscvreg.h
==============================================================================
--- head/sys/riscv/include/riscvreg.h	Wed Jun  8 13:50:48 2016	(r301620)
+++ head/sys/riscv/include/riscvreg.h	Wed Jun  8 13:57:18 2016	(r301621)
@@ -124,7 +124,6 @@
 #define	XLEN		8
 #define	INSN_SIZE	4
 
-#define	INSN_SIZE		4
 #define	RISCV_INSN_NOP		0x00000013
 #define	RISCV_INSN_BREAK	0x00100073
 #define	RISCV_INSN_RET		0x00008067


More information about the svn-src-head mailing list