[prev in list] [next in list] [prev in thread] [next in thread] 

List:       xine-cvslog
Subject:    [xine-cvs] CVS: xine-lib/src/xine-engine input_cache.c,1.9,1.10
From:       Matthias Hopf <mshopf () users ! sourceforge ! net>
Date:       2006-05-22 17:00:44
Message-ID: E1FiDls-0005RS-45 () sc8-pr-cvs10 ! sourceforge ! net
[Download RAW message or body]

Update of /cvsroot/xine/xine-lib/src/xine-engine
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv20490/src/xine-engine

Modified Files:
	input_cache.c 
Log Message:
Fixed unaligned access on IA64 (Andreas Schwab).


Index: input_cache.c
===================================================================
RCS file: /cvsroot/xine/xine-lib/src/xine-engine/input_cache.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- input_cache.c	28 Nov 2005 12:25:21 -0000	1.9
+++ input_cache.c	22 May 2006 17:00:40 -0000	1.10
@@ -73,7 +73,7 @@
   if (len <= (this->buf_len - this->buf_pos)) {
     /* all bytes are in the buffer */
     switch (len) {
-#if !(defined(sparc) || defined(__sparc__))
+#if !(defined(sparc) || defined(__sparc__) || defined __ia64__)
       case 8:
         *((uint64_t *)buf) = *(uint64_t *)(&(this->buf[this->buf_pos]));
         break;



-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Xine-cvslog mailing list
Xine-cvslog@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xine-cvslog
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic