|
From: Nicholas N. <nj...@ca...> - 2002-10-21 19:57:14
|
On 21 Oct 2002, Jeremy Fitzhardinge wrote: > It was pretty subtle, but easy to fix once found. I'm still wondering > what get_current_tid_1_if_root() is for. It seems that > get_current_tid() can either return a tid, or "no tid" in the case where > there's nothing loaded into the base block. But I don't really > understand the rationale for returning what seems like a random tid if > there's no correct answer. I was thinking of getting rid of it > altogether, but it is used in a couple of other places. As I remember it, the root thread is #1, and if there's no tid in the base block then it must be the root thread. This could be wrong. N |