My monster, she builds!
This commit is contained in:
parent
92490ebd5f
commit
8c5dccb5c8
6 changed files with 283 additions and 13 deletions
|
|
@ -238,7 +238,7 @@ struct pso_pointer make_frame_with_arglist_and_env( struct pso_pointer
|
|||
struct pso_pointer new_pointer = allocate( previous, STACKTAG, 4 );
|
||||
struct pso4 *new_frame = pointer_to_pso4( new_pointer );
|
||||
struct pso_pointer arg_length =
|
||||
length( make_frame( 1, previous, argvalues ) );
|
||||
count( push_local( previous, make_frame( 1, previous, argvalues ) ) );
|
||||
int arg_count =
|
||||
integerp( arg_length ) ? pointer_to_object( arg_length )->
|
||||
payload.integer.value : 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue