mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-07-09 05:57:36 +02:00
fixing typo
This commit is contained in:
parent
d451a053ca
commit
f9677d7a0c
1 changed files with 1 additions and 1 deletions
2
vm.c
2
vm.c
|
@ -633,7 +633,7 @@ sexp sexp_vm (sexp ctx, sexp proc) {
|
|||
tmp2 = stack[fp+3];
|
||||
j = sexp_unbox_fixnum(stack[fp]);
|
||||
self = stack[fp+2];
|
||||
bc = sexp_procedure_vars(self);
|
||||
bc = sexp_procedure_code(self);
|
||||
cp = sexp_procedure_vars(self);
|
||||
ip = (sexp_bytecode_data(bc)
|
||||
+ sexp_unbox_fixnum(stack[fp+1])) - sizeof(sexp);
|
||||
|
|
Loading…
Add table
Reference in a new issue