Commit 9d4d854d by Diego Novillo

i386-signal.h (HANDLE_DIVIDE_OVERFLOW): Add volatile qualifier to _regs.


	* include/i386-signal.h (HANDLE_DIVIDE_OVERFLOW): Add volatile
	qualifier to _regs.

From-SVN: r77489
parent 18ada71f
......@@ -40,7 +40,7 @@ while (0)
do \
{ \
void **_p = (void **)&_dummy; \
struct sigcontext_struct *_regs = (struct sigcontext_struct *)++_p; \
volatile struct sigcontext_struct *_regs = (struct sigcontext_struct *)++_p;\
\
register unsigned char *_eip = (unsigned char *)_regs->eip; \
\
......
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