mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-26 12:23:59 +08:00
sh-signal.h (MAKE_THROW_FRAME): Remove trailing whitespace.
* include/sh-signal.h (MAKE_THROW_FRAME): Remove trailing whitespace. From-SVN: r106481
This commit is contained in:
parent
1c2763c9e9
commit
b3bdba1328
@ -1,3 +1,7 @@
|
||||
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)
|
||||
|
Loading…
Reference in New Issue
Block a user