Changeset 40169 in webkit for trunk/JavaScriptCore/runtime/Collector.cpp
- Timestamp:
- Jan 23, 2009, 11:40:56 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/Collector.cpp
r40046 r40169 667 667 #endif 668 668 669 s ize_t getPlatformThreadRegisters(const PlatformThread& platformThread, PlatformThreadRegisters& regs)669 static size_t getPlatformThreadRegisters(const PlatformThread& platformThread, PlatformThreadRegisters& regs) 670 670 { 671 671 #if PLATFORM(DARWIN)
Note:
See TracChangeset
for help on using the changeset viewer.