|
Message
From: cvs at opencores.org<cvs@o...>
Date: Sat May 31 19:02:05 CEST 2008
Subject: [cvs-checkins] MODIFIED: aemb ...
Date: 00/08/05 31:19:02 Modified: aemb/sw/cc/aemb core.hh Log: added define check for MB Revision Changes Path 1.5 aemb/sw/cc/aemb/core.hh http://www.opencores.org/cvsweb.shtml/aemb/sw/cc/aemb/core.hh.diff?r1=1.4&r2=1.5 (In the diff below, changes in quantity of whitespace are not shown.) Index: core.hh =================================================================== RCS file: /cvsroot/sybreon/aemb/sw/cc/aemb/core.hh,v retrieving revision 1.4 retrieving revision 1.5 diff -u -b -r1.4 -r1.5 --- core.hh 28 Apr 2008 20:29:15 -0000 1.4 +++ core.hh 31 May 2008 17:02:04 -0000 1.5 @@ -1,4 +1,4 @@ -/* $Id: core.hh,v 1.4 2008/04/28 20:29:15 sybreon Exp $ +/* $Id: core.hh,v 1.5 2008/05/31 17:02:04 sybreon Exp $ ** ** AEMB2 HI-PERFORMANCE CPU ** Copyright (C) 2004-2007 Shawn Tan Ser Ngiap <shawn.tan@a...> @@ -24,6 +24,8 @@ @file core.hh */ +#ifdef __MICROBLAZE__ + #include "aemb/msr.hh" #include "aemb/stack.hh" #include "aemb/heap.hh" @@ -32,13 +34,13 @@ #include "aemb/stdio.hh" #include "aemb/semaphore.hh" -#ifndef _AEMB_CORE_HH -#define _AEMB_CORE_HH - #endif /* $Log: core.hh,v $ + Revision 1.5 2008/05/31 17:02:04 sybreon + added define check for MB + Revision 1.4 2008/04/28 20:29:15 sybreon Made files C compatible under C++.
|
 |