]> gcc.gnu.org Git - gcc.git/commitdiff
added declaration for `trampoline' bytecode segment.
authorJan Brittenson <bson@gnu.org>
Wed, 22 Sep 1993 15:39:45 +0000 (08:39 -0700)
committerJan Brittenson <bson@gnu.org>
Wed, 22 Sep 1993 15:39:45 +0000 (08:39 -0700)
From-SVN: r5387

gcc/config/m68k/m68k.c

index c0bf3357bf224d4b5adf15c7400e5696a70bde4d..1508378e8c1ba406694d9375ae40448e9cc64a9d 100644 (file)
@@ -2300,6 +2300,9 @@ strict_low_part_peephole_ok (mode, first_insn, target)
   return 0;
 }
 \f
+/* 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
This page took 0.065676 seconds and 5 git commands to generate.