mpreduce: Debug decomposition corrupts initial state for code generator.
authorMark Wooding <mdw@distorted.org.uk>
Tue, 4 Apr 2006 16:17:30 +0000 (17:17 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Tue, 4 Apr 2006 16:17:30 +0000 (17:17 +0100)
commitf9c435c0c2f58c87699e1ef693388bc4df180ba0
treee2cc99faf2e7179063e7c3e3b9ae072cce882d51
parent80be023065ced106a4078a36371c135a60d2bd6c
mpreduce: Debug decomposition corrupts initial state for code generator.

The code generation pass uses whatever final state the debugging run
left behind.  Have the debug pass force the final state back to Z when
it finishes.

Also, produce correct output from the debugging pass.
mpreduce.c