Changeset 36253 in webkit for trunk/JavaScriptCore/kjs/collector.cpp
- Timestamp:
- Sep 7, 2008, 2:09:34 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/collector.cpp
r36251 r36253 727 727 // end PLATFORM(DARWIN) 728 728 #elif PLATFORM(X86) && PLATFORM(WIN_OS) 729 return reinterpret_cast<void*>( reinterpret_cast<uintptr_t>(regs.Esp));729 return reinterpret_cast<void*>(const_cast<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.