Started to try to get back into this; work on exceptions and loops.
This commit is contained in:
parent
16f78f4077
commit
d2101dbd47
9 changed files with 101 additions and 10 deletions
|
|
@ -163,7 +163,7 @@ struct cons_pointer make_exception( struct cons_pointer message,
|
|||
|
||||
inc_ref( message );
|
||||
inc_ref( frame_pointer );
|
||||
cell->payload.exception.message = message;
|
||||
cell->payload.exception.payload = message;
|
||||
cell->payload.exception.frame = frame_pointer;
|
||||
|
||||
result = pointer;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue