"Timothy Legge" <tim...@us...> writes:
> OK, more information. There does seem to be an issue with currticks.
> In main (main.c) I placed:
>
> unsigned long x = currticks();
currticks() failing is a good test case, as it is about as simple as it
gets.
If you disable the call to _real_call it should work properly. Though
it should stop counting.
5.0.8 uses _real_to_prot and _prot_to_real for the same functionality.
The next step is to walk through and see what the differences are between
those functions are.
The implementation is radically different but in functionality I believe
the are very close to each other.
Eric
|