mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-18 01:30:27 +02:00
Consolidate apply hook to instrument-entry instruction
* libguile/vm.c (scm_call_n): * libguile/vm-engine.c: Move apply hook to "instrument-entry" instruction.
This commit is contained in:
parent
8f25f75bf1
commit
dedf73d370
2 changed files with 3 additions and 14 deletions
|
@ -1435,9 +1435,6 @@ scm_call_n (SCM proc, SCM *argv, size_t nargs)
|
|||
else
|
||||
/* FIXME: Make this return an IP. */
|
||||
apply_non_program (thread);
|
||||
|
||||
if (vp->trace_level)
|
||||
vm_dispatch_apply_hook (thread);
|
||||
}
|
||||
|
||||
thread->vm.registers = ®isters;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue