Mercurial > flash_v2
changeset 788:d37eca80ec61
Fix typo in last change
| author | jlarmour |
|---|---|
| date | Mon, 03 Mar 2003 16:47:36 +0000 |
| parents | 389bab18c6d3 |
| children | ce3f213ea1d6 |
| files | packages/compat/posix/current/tests/signal2.c |
| diffstat | 1 files changed, 2 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/packages/compat/posix/current/tests/signal2.c +++ b/packages/compat/posix/current/tests/signal2.c @@ -82,9 +82,7 @@ static jmp_buf jbuf; //-------------------------------------------------------------------------- -// PowerPC is a special case as it has the alignment exception, but it -// doesn't trigger unless in little-endian mode. -#if defined(CYGNUM_HAL_EXCEPTION_DATA_UNALIGNED_ACCESS) +#ifdef CYGNUM_HAL_EXCEPTION_DATA_UNALIGNED_ACCESS static void cause_unaligned_access(void) @@ -245,9 +243,7 @@ int main(int argc, char **argv) #endif #endif - // PowerPC is a special case as it has the alignment exception, but it - // doesn't trigger unless in little-endian mode. -#if defined(CYGNUM_HAL_EXCEPTION_DATA_UNALIGNED_ACCESS) +#ifdef CYGNUM_HAL_EXCEPTION_DATA_UNALIGNED_ACCESS CYG_TEST_INFO("Test 1 - provoke unaligned access");
