mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-20 22:29:16 +02:00
removing fcall5/6 from disasm
This commit is contained in:
parent
4588874b96
commit
5344e9e235
1 changed files with 0 additions and 2 deletions
|
@ -57,8 +57,6 @@ static sexp disasm (sexp ctx, sexp self, sexp bc, sexp out, int depth) {
|
|||
case SEXP_OP_FCALL2:
|
||||
case SEXP_OP_FCALL3:
|
||||
case SEXP_OP_FCALL4:
|
||||
case SEXP_OP_FCALL5:
|
||||
case SEXP_OP_FCALL6:
|
||||
sexp_printf(ctx, out, "%ld", (long) ((sexp*)ip)[0]);
|
||||
ip += sizeof(sexp);
|
||||
break;
|
||||
|
|
Loading…
Add table
Reference in a new issue