Commit 4498659c by Richard Kenner

(bc_emit_instruction): Add missing va_end call.

From-SVN: r11608
parent 7b1d6e6e
......@@ -954,6 +954,8 @@ bc_emit_instruction VPROTO((enum bytecode_opcode opcode, ...))
}
}
va_end (arguments);
#ifdef BCDEBUG_PRINT_CODE
fputc ('\n', stderr);
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment