Commit b3bdba13 by Kaz Kojima

sh-signal.h (MAKE_THROW_FRAME): Remove trailing whitespace.

	* include/sh-signal.h (MAKE_THROW_FRAME): Remove trailing whitespace.

From-SVN: r106481
parent 1c2763c9
2005-11-04 Kaz Kojima <kkojima@gcc.gnu.org>
* include/sh-signal.h (MAKE_THROW_FRAME): Remove trailing whitespace.
2005-11-02 Andreas Tobler <a.tobler@schweiz.ch>
* testsuite/lib/libjava.exp (libjava_find_lib): Add dylib to the shared
......
......@@ -42,7 +42,7 @@ typedef struct _sig_ucontext {
#define MAKE_THROW_FRAME(_exception) \
do \
{ \
volatile struct sigcontext *_sc = &_uc->uc_mcontext; \
volatile struct sigcontext *_sc = &_uc->uc_mcontext; \
_sc->sc_pc += 4; \
} \
while (0)
......@@ -50,7 +50,7 @@ while (0)
#define MAKE_THROW_FRAME(_exception) \
do \
{ \
volatile struct sigcontext *_sc = &_uc->uc_mcontext; \
volatile struct sigcontext *_sc = &_uc->uc_mcontext; \
_sc->sc_pc += 2; \
} \
while (0)
......
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