Changeset 390

Show
Ignore:
Timestamp:
07/21/08 09:08:19 (4 months ago)
Author:
FeepingCreature
Message:
  • DMD ST fix
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/tools/tools/stackthreads_impl.d

    r378 r390  
    5252      auto ep=&from.esp; 
    5353      // now save to local, resume from other. 
     54      void tp=to.esp; 
    5455      static if (gccasm) { 
    5556        mixin(Replace!("asm {\" 
     
    7071      } else { 
    7172        asm { 
    72           mov ECX, ep; mov EDX, to.esp; 
     73          mov ECX, ep; mov EDX, tp; 
    7374          call fuckery; jmp end; fuckery: 
    7475