// The Digital Grove Codebase
// Copyright (c) Ryan Fleury. All rights reserved.
function ThreadCtx *
GetThreadCtx(void)
{
return &n64_tctx;
}