Changeset 144 for trunk/orca/gl/gx.c

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/gx.c

    r86 r144  
    480480        resd_add( &gEnv.resd, &tex->res, key ); 
    481481 
    482         result = orRESULT; 
     482        result = orTOS; 
    483483        orCopyV( result, *val ); 
    484484        orLoadNative( result );