# HG changeset patch # User gthomas # Date 1182909089 0 # Node ID 029928129a08924c5c979aab75792e712f82ea24 # Parent 55aa7418e249c8d89617b0a0b7dcb4e42f2aa2fc Change prototype for proper operation with PowerPC Altivec compiler diff --git a/packages/hal/common/current/include/hal_if.h b/packages/hal/common/current/include/hal_if.h --- 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);