diff options
Diffstat (limited to 'libguile/vm-engine.c')
-rw-r--r-- | libguile/vm-engine.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/vm-engine.c b/libguile/vm-engine.c index 0fdbf003e..920cf1f97 100644 --- a/libguile/vm-engine.c +++ b/libguile/vm-engine.c @@ -270,7 +270,7 @@ ((uintptr_t) (ptr) % alignof_type (type) == 0) static SCM -VM_NAME (scm_i_thread *thread, jmp_buf *registers, int resume) +VM_NAME (scm_thread *thread, jmp_buf *registers, int resume) { /* Instruction pointer: A pointer to the opcode that is currently running. */ |