Mercurial > ecos
changeset 2402:029928129a08
Change prototype for proper operation with PowerPC Altivec compiler
| author | gthomas |
|---|---|
| date | Wed, 27 Jun 2007 01:51:29 +0000 |
| parents | 55aa7418e249 |
| children | c8ccde18c7f3 |
| files | packages/hal/common/current/include/hal_if.h |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/packages/hal/common/current/include/hal_if.h +++ b/packages/hal/common/current/include/hal_if.h @@ -191,7 +191,7 @@ typedef cyg_uint8 (*__comm_if_getc_t)(vo typedef int (*__comm_if_control_t)(void *__ch_data, __comm_control_cmd_t __func, ...); typedef int (*__comm_if_dbg_isr_t)(void *__ch_data, - int* __ctrlc, CYG_ADDRWORD __vector, + int* __ctrlc, CYG_ADDRWORD __vec, CYG_ADDRWORD __data); typedef cyg_bool (*__comm_if_getc_timeout_t)(void* __ch_data, cyg_uint8* __ch);
