diff options
author | Jan Brittenson <bson@gnu.org> | 1993-09-22 11:47:34 -0700 |
---|---|---|
committer | Jan Brittenson <bson@gnu.org> | 1993-09-22 11:47:34 -0700 |
commit | 262038b4bc6f2315d9789fa4e70f69df681ada42 (patch) | |
tree | 7558b615fac9a4daaa8e0b7f7b219ae38efba7e3 /gcc | |
parent | c20bf1f3b30b7361e448a721abd073e15a1e3cdb (diff) | |
download | gcc-262038b4bc6f2315d9789fa4e70f69df681ada42.zip gcc-262038b4bc6f2315d9789fa4e70f69df681ada42.tar.gz gcc-262038b4bc6f2315d9789fa4e70f69df681ada42.tar.bz2 |
added missing declaration for bytecode
From-SVN: r5406
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/m68k/m68k.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/config/m68k/m68k.c b/gcc/config/m68k/m68k.c index 9b40b00..e11b745 100644 --- a/gcc/config/m68k/m68k.c +++ b/gcc/config/m68k/m68k.c @@ -2302,6 +2302,7 @@ strict_low_part_peephole_ok (mode, first_insn, target) /* 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 |