summaryrefslogtreecommitdiff
path: root/gcc/except.c
diff options
context:
space:
mode:
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>1999-03-29 15:07:37 +0000
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>1999-03-29 15:07:37 +0000
commit592d48463ab4cf47cebc42fcf1b450bcad6635c0 (patch)
tree5799276aaa424b2258b7f2f143fa7e957170db45 /gcc/except.c
parent54921d09da25bc92cd0e6800e7c88c7bfa48026c (diff)
downloadgcc-592d48463ab4cf47cebc42fcf1b450bcad6635c0.tar.gz
* except.c (start_dynamic_handler): Force jmp_buf address to
and operand before moving to memory. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26058 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/except.c')
-rw-r--r--gcc/except.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/except.c b/gcc/except.c
index 6e126fb631d..3c296c9f613 100644
--- a/gcc/except.c
+++ b/gcc/except.c
@@ -1377,7 +1377,7 @@ start_dynamic_handler ()
/* We are committed to this, so update the handler chain. */
- emit_move_insn (dhc, XEXP (arg, 0));
+ emit_move_insn (dhc, force_operand (XEXP (arg, 0), NULL_RTX));
}
/* Start an exception handling region for the given cleanup action.