]> git.llucax.com Git - z.facultad/75.00/informe.git/blobdiff - source/solucion.rst
Aclarar qué variables son globales en copying collector
[z.facultad/75.00/informe.git] / source / solucion.rst
index f7a60b1d6ca89bd4e0ad56241b1f1207d8437cbf..2cd924c95118e5d44165299975299b478d44f3c5 100644 (file)
@@ -1518,8 +1518,8 @@ ser las siguientes::
             sweep()                             //
          return                                 //
       stop_the_world()
-      child_pid = fork()
       fflush(null)
+      child_pid = fork()
       if child_pid is 0 // proceso hijo
          mark_phase()
          exit(0)