Changeset 144 for trunk/orca/gl/audio.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/audio.c

    r43 r144  
    157157            alGenBuffers( 1, &buffer ); 
    158158            alBufferData( buffer, format, data, size, freq ); 
     159            { 
     160            OValue* a1 = orTOS; 
    159161            orResult( OT_SOUND, buffer ); 
     162            } 
    160163        } 
    161164        else