X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=gcc%2Funwind-pe.h;h=e6aebd7a41199e0f2cc5c211a8aedad351b96a3e;hb=7c26530cd60ae476d01c93be42a514518751ab76;hp=224ade33209e5e18c32c252f91bc89f6c2a6f445;hpb=b0529a9b5995d3ad0d1a1daebd067f52aa534735;p=pf3gnuchains%2Fgcc-fork.git diff --git a/gcc/unwind-pe.h b/gcc/unwind-pe.h index 224ade33209..e6aebd7a411 100644 --- a/gcc/unwind-pe.h +++ b/gcc/unwind-pe.h @@ -199,7 +199,7 @@ read_encoded_value_with_base (unsigned char encoding, _Unwind_Ptr base, _Unwind_Internal_Ptr a = (_Unwind_Internal_Ptr) p; a = (a + sizeof (void *) - 1) & - sizeof(void *); result = *(_Unwind_Internal_Ptr *) a; - p = (const unsigned char *) (a + sizeof (void *)); + p = (const unsigned char *) (_Unwind_Internal_Ptr) (a + sizeof (void *)); } else {