mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 03:40:34 +02:00
add scm_frame_address / frame-address
* libguile/frames.h: * libguile/frames.c (scm_frame_address): New accessor, returns a frame's fp.
This commit is contained in:
parent
1bc1800ffa
commit
2e30f3989c
2 changed files with 11 additions and 0 deletions
|
@ -114,6 +114,7 @@ SCM_API SCM scm_frame_source (SCM frame);
|
|||
SCM_API SCM scm_frame_num_locals (SCM frame);
|
||||
SCM_API SCM scm_frame_local_ref (SCM frame, SCM index);
|
||||
SCM_API SCM scm_frame_local_set_x (SCM frame, SCM index, SCM val);
|
||||
SCM_API SCM scm_frame_address (SCM frame);
|
||||
SCM_API SCM scm_frame_instruction_pointer (SCM frame);
|
||||
SCM_API SCM scm_frame_return_address (SCM frame);
|
||||
SCM_API SCM scm_frame_mv_return_address (SCM frame);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue