Greetings,

I've not fully diagnosed this yet, but the problem is one_variable is
assigned, but never used. This gets kind of messy, but follow me here:

one_variable is assigned but never used, so it goes away
this causes one_procedure::char to be assigned, but never used, so it also
goes away
and then, of course, there's dummy_isr::char that's neither assigned nor used,
so yep, it should also go away

Somewhere in all of this the compiler hasn't cleaned up one of the
assignments, hence the coredump. I'll look into it.

--kyle


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jallib" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/jallib?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to