|
Message
From: OpenCores CVS Agent<cvs@o...>
Date: Thu Jan 27 15:15:14 CET 2005
Subject: [cvs-checkins] MODIFIED: or1k ...
Date: 00/05/01 27:15:15 Modified: or1k/or1ksim/cpu/common abstract.h Log: Remove the global op structure Revision Changes Path 1.35 +0 -1 or1k/or1ksim/cpu/common/abstract.h http://www.opencores.org/cvsweb.shtml/or1k/or1ksim/cpu/common/abstract.h.diff?r1=1.34&r2=1.35 (In the diff below, changes in quantity of whitespace are not shown.) Index: abstract.h =================================================================== RCS file: /cvsroot/nogj/or1k/or1ksim/cpu/common/abstract.h,v retrieving revision 1.34 retrieving revision 1.35 diff -u -b -r1.34 -r1.35 --- abstract.h 27 Jan 2005 13:53:07 -0000 1.34 +++ abstract.h 27 Jan 2005 14:14:44 -0000 1.35 @@ -39,7 +39,6 @@ struct iqueue_entry { int insn_index; unsigned long insn; - unsigned long op[2 * MAX_OPERANDS]; unsigned long insn_addr; };
|