]> gcc.gnu.org Git - gcc.git/commitdiff
added missing declaration for bytecode
authorJan Brittenson <bson@gnu.org>
Wed, 22 Sep 1993 18:47:34 +0000 (11:47 -0700)
committerJan Brittenson <bson@gnu.org>
Wed, 22 Sep 1993 18:47:34 +0000 (11:47 -0700)
From-SVN: r5406

gcc/config/m68k/m68k.c

index 9b40b00eacc05e564f273f65bd5afd5d79a96e15..e11b7451ff6a6aaf6124898465429746db096df6 100644 (file)
@@ -2302,6 +2302,7 @@ strict_low_part_peephole_ok (mode, first_insn, target)
 \f
 /* Trampoline code for the function entry.  */
 extern struct bc_seg *trampoline;
+extern struct bc_seg *bytecode;
 
 /* Emit the machine-code interface trampoline at the beginning of a byte
    coded function.  The argument is a label name of the interpreter
This page took 0.063348 seconds and 5 git commands to generate.