aboutsummaryrefslogtreecommitdiffstats
path: root/code/qcommon/vm_ppc.c
diff options
context:
space:
mode:
authortma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea>2005-09-26 20:37:30 +0000
committertma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea>2005-09-26 20:37:30 +0000
commitb907a090211934747b3ba568b2ad17ad41aec807 (patch)
tree3a696295855db9dc2eb2e6076a4e4c32b52e851b /code/qcommon/vm_ppc.c
parent96f3a0bbe24cc1e33c636af59849037a492af430 (diff)
downloadioquake3-aero-b907a090211934747b3ba568b2ad17ad41aec807.tar.gz
ioquake3-aero-b907a090211934747b3ba568b2ad17ad41aec807.zip
* Potential fix to ppc vm
git-svn-id: svn://svn.icculus.org/quake3/trunk@116 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'code/qcommon/vm_ppc.c')
-rw-r--r--code/qcommon/vm_ppc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/code/qcommon/vm_ppc.c b/code/qcommon/vm_ppc.c
index a891ef6..43d910d 100644
--- a/code/qcommon/vm_ppc.c
+++ b/code/qcommon/vm_ppc.c
@@ -1161,7 +1161,7 @@ VM_CallCompiled
This function is called directly by the generated code
==============
*/
-int VM_CallCompiled( vm_t *vm, int *args ) {
+int VM_CallCompiled( vm_t *vm, long *args ) {
int stack[1024];
int programStack;
int stackOnEntry;