This is the mail archive of the ecos-patches@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: mpc555 compile fixes


There is another small error. See attached diff file.

Gary Thomas wrote:

fix some problems when using latest GCC

n.b. I've done nothing more than make it compile - no other guarantees,
express or implied :-)



Index: var_intr.c
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/powerpc/mpc5xx/current/src/var_intr.c,v
retrieving revision 1.4
diff -r1.4 var_intr.c
327c327
< 	result = mc5xx_remove(imb3_data_head, apriority);
---
> 	result = mpc5xx_remove(imb3_data_head, apriority);

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]