aboutsummaryrefslogtreecommitdiff
path: root/libjava
diff options
context:
space:
mode:
authorDiego Novillo <dnovillo@redhat.com>2004-02-08 16:42:48 +0000
committerDiego Novillo <dnovillo@redhat.com>2004-02-08 16:42:48 +0000
commit02c57f93385f6fdd7fe6d9ee4149ab79a0079929 (patch)
treea7423f33e5158aa9fc928816839cde4171c3d3c6 /libjava
parent51ea6c3a0004768d42606c9d0ab670ae6068dda3 (diff)
* include/i386-signal.h (MAKE_THROW_FRAME): Add volatile qualifier
to _regs. git-svn-id: https://gcc.gnu.org/svn/gcc/branches/tree-ssa-20020619-branch@77483 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava')
-rw-r--r--libjava/include/i386-signal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libjava/include/i386-signal.h b/libjava/include/i386-signal.h
index 280b72e5586..0bcc90099d2 100644
--- a/libjava/include/i386-signal.h
+++ b/libjava/include/i386-signal.h
@@ -26,7 +26,7 @@ static void _name (int _dummy)
do \
{ \
void **_p = (void **)&_dummy; \
- struct sigcontext_struct *_regs = (struct sigcontext_struct *)++_p; \
+ volatile struct sigcontext_struct *_regs = (struct sigcontext_struct *)++_p;\
\
/* Advance the program counter so that it is after the start of the \
instruction: the x86 exception handler expects \