From a6c25eca98a890b4e92b0af78b23b10e15710479 Mon Sep 17 00:00:00 2001 From: Jan Brittenson Date: Wed, 22 Sep 1993 08:39:45 -0700 Subject: [PATCH] added declaration for `trampoline' bytecode segment. From-SVN: r5387 --- gcc/config/m68k/m68k.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gcc/config/m68k/m68k.c b/gcc/config/m68k/m68k.c index c0bf3357bf2..1508378e8c1 100644 --- a/gcc/config/m68k/m68k.c +++ b/gcc/config/m68k/m68k.c @@ -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 -- 2.30.2