mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 03:30:27 +02:00
remove docs for smob-call instruction
* doc/ref/vm.texi (Trampoline Instructions): Remove docs for smob-call.
This commit is contained in:
parent
98aa6f5bde
commit
b5f2625933
1 changed files with 0 additions and 7 deletions
|
@ -862,13 +862,6 @@ arguments from the stack. Return the resulting value to the calling
|
|||
procedure.
|
||||
@end deffn
|
||||
|
||||
@deffn Instruction smob-call nargs
|
||||
Pop off the smob object from the stack (which should have been pushed on
|
||||
by the trampoline), and call its descriptor's @code{apply} function with
|
||||
the @var{nargs} arguments from the stack. Return the resulting value or
|
||||
values to the calling procedure.
|
||||
@end deffn
|
||||
|
||||
@deffn Instruction continuation-call
|
||||
Pop off an internal continuation object (which should have been pushed
|
||||
on by the trampoline), and reinstate that continuation. All of the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue