Changeset 391
- Timestamp:
- 07/21/08 09:10:06 (4 months ago)
- Files:
-
- trunk/tools/tools/stackthreads_impl.d (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/tools/tools/stackthreads_impl.d
r390 r391 52 52 auto ep=&from.esp; 53 53 // now save to local, resume from other. 54 void tp=to.esp;54 void* tp=to.esp; 55 55 static if (gccasm) { 56 56 mixin(Replace!("asm {\"
