This is the mail archive of the ecos-discuss@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]

RE: Compile error (Arm evaluator)


> -----Original Message-----
> From: Ravi Kumar B S [mailto:ravikbs@mindtree.com]
> Subject: RE: [ECOS] Compile error (Arm evaluator)
> 
> yes even i faced the same problem. if you see the Macro 
> definition, you will see that only p1 and p2 are used. so it 
> wont harm if you put some dummy arguments in the macro call.
> 
> Definition: #define CYGACC_CALL_VV2(t,e,p1,p2)  __call_vv_##e((p1),(p2))

In this definition it seems that e is used too.

So It would need at least 3 args...

Fabrice


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