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

    r1 r144  
    5757 
    5858        bin = orMakeImage( format, width, height ); 
     59        { 
     60        OValue* a1 = orTOS; 
    5961        orResult( OT_IMAGE, orBinaryN(bin) ); 
     62        } 
    6063 
    6164        if( bin->byteArray )