Skip to content
Snippets Groups Projects
Commit 4665d67e authored by sof's avatar sof
Browse files

[project @ 1997-10-02 19:45:12 by sof]

Cleanup
parent e510674a
No related branches found
No related tags found
No related merge requests found
...@@ -1200,7 +1200,7 @@ STGFUN(_PRIn_TSO) ...@@ -1200,7 +1200,7 @@ STGFUN(_PRIn_TSO)
default: default:
/* update the register we just did; save the old mstack */ /* update the register we just did; save the old mstack */
mstack = r->rR[oldpos - 2].p; mstack = r->rR[oldpos - 2].p;
r->rR[oldpos - 2] = Mark; r->rR[oldpos - 2].p = Mark;
break; break;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment