diff options
author | Jan Brittenson <bson@gnu.org> | 1993-09-22 08:39:45 -0700 |
---|---|---|
committer | Jan Brittenson <bson@gnu.org> | 1993-09-22 08:39:45 -0700 |
commit | a6c25eca98a890b4e92b0af78b23b10e15710479 (patch) | |
tree | 076c1cdeec4b38b863713393719aa01a4413f8d4 /gcc/config/m68k | |
parent | bebbbdbb004951d9fbc54dfc746f03568ae9afb5 (diff) | |
download | gcc-a6c25eca98a890b4e92b0af78b23b10e15710479.zip gcc-a6c25eca98a890b4e92b0af78b23b10e15710479.tar.gz gcc-a6c25eca98a890b4e92b0af78b23b10e15710479.tar.bz2 |
added declaration for `trampoline' bytecode segment.
From-SVN: r5387
Diffstat (limited to 'gcc/config/m68k')
-rw-r--r-- | gcc/config/m68k/m68k.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config/m68k/m68k.c b/gcc/config/m68k/m68k.c index c0bf335..1508378 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 |