On Thursday, February 11, 1999 1:36 PM, Geoff Savage [SMTP:[email protected]] wrote:
>
> I moved to the libCom directory and built libCom.a. Then I went to the ca
> directory and made one minor change.
>
> <d0ola> diff access.c access.c.orig
> 1915c1915
> < *(dbr_long_t *)pdest = htonl (*(dbr_long_t *)pvalue);
> ---
> > *(long *)pdest = htonl (*(dbr_long_t *)pvalue);
> <d0ola>
>
> I'm uncertain as to the reason behind not using the dbr_xxxx_t typedefs
> here.
>
> Then I built libca.c. I linked in the new libraries and my program executed
> with no unaligned access errors.
>
please do not make the above change (see explanation in previous message)
Jeff
- Navigate by Date:
- Prev:
RE: CA on alphas Jeff Hill
- Next:
RE: My fix to CA on alphas Jeff Hill
- Index:
1994
1995
1996
1997
1998
<1999>
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
- Navigate by Thread:
- Prev:
My fix to CA on alphas Geoff Savage
- Next:
RE: My fix to CA on alphas Jeff Hill
- Index:
1994
1995
1996
1997
1998
<1999>
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
|