[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[MiNT] Identify current process in exception handler?



Howdy,

I might need to identify the currently running process (i.e. the caller) within an exception handler. The reason for this is that I want to implement some acrobatics in the LineA handler (and possibly others, such as the illegal instruction handler), but only for a single (my) process.

Is there a safe way to do this, or am I screwed?

-- PeP