Update of /cvsroot/arcem/arcem/arch
In directory vz-cvs-4.sog:/tmp/cvs-serv17675/arch

Modified Files:
        armarc.h fastmap.c stddisplaydev.c 
Log Message:
* hostfs.c, hostfs.h, vc/ArcEm.vcxproj, vc/ArcEm.vcxproj.filters - Enabled 
HostFS for Visual Studio build
* win/dirent.h - Free <dirent.h> implementation for Win32 from 
http://www.softagalleria.net/dirent.php, required for building HostFS in VS
* arch/armarc.h, arch/fastmap.c - Enable FASTMAP_INLINE in VS build, make 
FASTMAP_FUNC inline again (although most compilers seem to inline 99% of the 
functions anyway)
* arch/stddisplaydev.c - Fix some broken VIDEO_STAT code


Index: fastmap.c
===================================================================
RCS file: /cvsroot/arcem/arcem/arch/fastmap.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- fastmap.c   21 Jul 2012 01:01:11 -0000      1.4
+++ fastmap.c   30 Jul 2012 21:26:24 -0000      1.5
@@ -1,7 +1,7 @@
 #ifndef FASTMAP_INLINE
 #define FASTMAP_FUNC
 #else
-#define FASTMAP_FUNC static
+#define FASTMAP_FUNC static inline
 #endif
 
 /**

Index: armarc.h
===================================================================
RCS file: /cvsroot/arcem/arcem/arch/armarc.h,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- armarc.h    21 Jul 2012 01:01:11 -0000      1.14
+++ armarc.h    30 Jul 2012 21:26:24 -0000      1.15
@@ -147,9 +147,7 @@
 
 /* ------------------- inlined higher-level memory funcs 
---------------------- */
 
-#ifndef _MSC_VER
 #define FASTMAP_INLINE
-#endif
 
 #ifdef FASTMAP_INLINE
 #define FASTMAP_PROTO static

Index: stddisplaydev.c
===================================================================
RCS file: /cvsroot/arcem/arcem/arch/stddisplaydev.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- stddisplaydev.c     21 Jul 2012 01:01:11 -0000      1.4
+++ stddisplaydev.c     30 Jul 2012 21:26:24 -0000      1.5
@@ -671,7 +671,7 @@
       uint32_t Shift;
       ARMword Data;
       VIDEO_STAT(DisplayRedraw,1,1);
-      VIDEO_STAT(DisplayRedrawForced,force,1);
+      VIDEO_STAT(DisplayRedrawForced,(flags & ROWFUNC_FORCE),1);
       VIDEO_STAT(DisplayRedrawUpdated,(HD_UpdateFlags[FlagsOffset] != 
MEMC_UpdateFlags[FlagsOffset]),1);
       VIDEO_STAT(DisplayBits,1,Available);
       flags |= ROWFUNC_UPDATED;


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
-- 
arcem-cvs mailing list
arcem-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/arcem-cvs

Reply via email to