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

    r61 r144  
    126126                { 
    127127                    OValue* val; 
    128                     val = orRESULT; 
     128                    val = orTOS; 
    129129                    if( (val->type != OT_UNSET) && 
    130130                        (val->type != OT_OBJECT) &&