Changeset 726
- Timestamp:
- May 11, 2010, 9:23:50 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/3rdparty/webkit/JavaScriptCore/runtime/Collector.cpp
r636 r726 610 610 PTIB ptib; 611 611 DosGetInfoBlocks(&ptib, NULL); 612 return static_cast<void*>(ptib->tib_pstack );612 return static_cast<void*>(ptib->tib_pstack); 613 613 #elif PLATFORM(QNX) 614 614 return currentThreadStackBaseQNX();
Note:
See TracChangeset
for help on using the changeset viewer.