Merge pull request #550 from knocte/master
[mono.git] / mono / metadata / sgen-os-win32.c
index 7a8b8b63887222e907fcb81349187ec9bdf671b1..a476c73d3b047c77733a1b84020b5ba523247b08 100644 (file)
@@ -68,7 +68,6 @@ sgen_suspend_thread (SgenThreadInfo *info)
        info->regs [5] = context.Eax;
        info->regs [6] = context.Ebp;
        info->regs [7] = context.Esp;
-       info->stopped_regs = &info->regs;
 
        /* Notify the JIT */
        if (mono_gc_get_gc_callbacks ()->thread_suspend_func)