except.c (start_dynamic_cleanup): Use force_operand on the buffer's address.

* except.c (start_dynamic_cleanup): Use force_operand on the
        buffer's address.

From-SVN: r28282
This commit is contained in:
Richard Henderson 1999-07-26 18:53:02 -07:00 committed by Richard Henderson
parent 5bb2f1e705
commit f654e52683
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,8 @@
Mon Jul 26 18:51:34 1999 Richard Henderson <rth@cygnus.com>
* except.c (start_dynamic_cleanup): Use force_operand on the
buffer's address.
Mon Jul 26 16:43:26 1999 Richard Henderson <rth@cygnus.com>
* c4x.h (EXPAND_BUILTIN_VA_ARG): New.

View File

@ -1309,7 +1309,9 @@ start_dynamic_cleanup (func, arg)
/* Update the cleanup chain. */
emit_move_insn (dcc, XEXP (buf, 0));
x = force_operand (XEXP (buf, 0), dcc);
if (x != dcc)
emit_move_insn (dcc, x);
}
/* Emit RTL to start a dynamic handler on the EH runtime dynamic