Commit a6c25eca by Jan Brittenson

added declaration for `trampoline' bytecode segment.

From-SVN: r5387
parent bebbbdbb
......@@ -2300,6 +2300,9 @@ strict_low_part_peephole_ok (mode, first_insn, target)
return 0;
}
/* Trampoline code for the function entry. */
struct bc_seg *trampoline;
/* Emit the machine-code interface trampoline at the beginning of a byte
coded function. The argument is a label name of the interpreter
bytecode callinfo structure; the return value is a label name for
......
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