Not much progess. Priority has to be in fixing debug_printf.
This commit is contained in:
parent
aa0d60bbed
commit
dd4176e20b
3 changed files with 13 additions and 8 deletions
|
|
@ -29,7 +29,7 @@ struct pso_pointer fetch_arg( struct pso4 *frame, unsigned int index ) {
|
|||
struct pso_pointer result = nil;
|
||||
|
||||
// TODO check that the frame is indeed a frame!
|
||||
if ( index < args_in_frame ) {
|
||||
if ( index < frame->payload.stack_frame.args ) {
|
||||
result = frame->payload.stack_frame.arg[index];
|
||||
} else {
|
||||
struct pso_pointer p = frame->payload.stack_frame.more;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue