Commit eb862a37 by Richard Stallman

Fix typo in last change.

From-SVN: r5472
parent 0750ef95
......@@ -9338,7 +9338,7 @@ bc_expand_address (exp)
if (DECL_EXTERNAL (exp))
bc_load_externaddr_id (DECL_ASSEMBLER_NAME (exp),
BYTECODE_BC_OFFSET (DECL_RTL (exp)));
(BYTECODE_BC_LABEL (DECL_RTL (exp)))->offset);
else
bc_load_localaddr (DECL_RTL (exp));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment