Changeset 36254 in webkit for trunk/JavaScriptCore/kjs/collector.cpp
- Timestamp:
- Sep 7, 2008, 2:20:30 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/collector.cpp
r36253 r36254 727 727 // end PLATFORM(DARWIN) 728 728 #elif PLATFORM(X86) && PLATFORM(WIN_OS) 729 return reinterpret_cast<void*>( const_cast<uintptr_t>(regs.Esp));729 return reinterpret_cast<void*>((uintptr_t) regs.Esp); 730 730 #else 731 731 #error Need a way to get the stack pointer for another thread on this platform
Note:
See TracChangeset
for help on using the changeset viewer.