ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Coro/Coro/State.xs
(Generate patch)

Comparing Coro/Coro/State.xs (file contents):
Revision 1.476 by root, Sun Jan 12 17:27:24 2020 UTC vs.
Revision 1.477 by root, Sat Feb 29 21:40:22 2020 UTC

1859 1859
1860static int ecb_cold 1860static int ecb_cold
1861coro_state_dup (pTHX_ MAGIC *mg, CLONE_PARAMS *params) 1861coro_state_dup (pTHX_ MAGIC *mg, CLONE_PARAMS *params)
1862{ 1862{
1863 /* called when perl clones the current process the slow way (windows process emulation) */ 1863 /* called when perl clones the current process the slow way (windows process emulation) */
1864 /* WE SIMply nuke the pointers in the copy, causing perl to croak */ 1864 /* we simply nuke the pointers in the copy, causing perl to croak */
1865 mg->mg_ptr = 0; 1865 mg->mg_ptr = 0;
1866 mg->mg_virtual = 0; 1866 mg->mg_virtual = 0;
1867 1867
1868 return 0; 1868 return 0;
1869} 1869}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines