| 229 | } |
| 230 | |
| 231 | void BFGC::ThreadInfo::CalcStackStart() |
| 232 | { |
| 233 | intptr stackBase; |
| 234 | int stackLimit; |
| 235 | BfpThreadInfo_GetStackInfo(mThreadInfo, &stackBase, &stackLimit, BfpThreadInfoFlags_NoCache, NULL); |
| 236 | mStackStart = stackBase; |
| 237 | } |
| 238 | |
| 239 | ////////////////////////////////////////////////////////////////////////// |
| 240 |
no test coverage detected