1
Fork 0
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:
Andy Wingo 2012-07-02 23:00:49 +02:00
parent 98aa6f5bde
commit b5f2625933

View file

@ -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