r200 - trunk/code/qcommon

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sat Oct 29 18:06:43 EDT 2005


Author: tma
Date: 2005-10-29 18:06:43 -0400 (Sat, 29 Oct 2005)
New Revision: 200

Modified:
   trunk/code/qcommon/vm_interpreted.c
Log:
* Fix to the VM interpreter on the linux ppc dedicated server


Modified: trunk/code/qcommon/vm_interpreted.c
===================================================================
--- trunk/code/qcommon/vm_interpreted.c	2005-10-29 22:05:20 UTC (rev 199)
+++ trunk/code/qcommon/vm_interpreted.c	2005-10-29 22:06:43 UTC (rev 200)
@@ -124,7 +124,7 @@
 	#define loadWord(addr) __lwbrx(addr,0)
     #endif
 #else
-	#define	loadWord(addr) *((int *)addr)
+	#define	loadWord(addr) LittleLong(*((int *)addr))
 #endif
 
 char *VM_Indent( vm_t *vm ) {




More information about the quake3-commits mailing list