Show
Ignore:
Timestamp:
05/11/06 14:23:03 (3 years ago)
Author:
krobillard
Message:

Native arguments are now kept on the stack until after the call and the
result is now always put into a1.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/orca/gl/joystick.c

    r54 r144  
    132132  Set 'input block values. 
    133133*/ 
    134 static void jsRead( OContext* ctx ) 
     134static void jsRead( OContext* ctx, OValue* a1 ) 
    135135{ 
    136136    int events = 0;