Changeset 144 for trunk/orca/internal.h

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/internal.h

    r26 r144  
    1515 
    1616 
    17 #define orPushStack     ++orEnv->dataStack.used 
    18 #define orPopStack      --orEnv->dataStack.used 
     17#define orStackGrow(n)      orEnv->dataStack.used += n 
     18#define orStackDrop(n)      orEnv->dataStack.used -= n 
    1919 
    2020#define OA_EXPAND1(type,arr,newptr) \