We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a761114 commit 5e9df85Copy full SHA for 5e9df85
cobj/codegen.c
@@ -4892,8 +4892,8 @@ static void joutput_internal_function(struct cb_program *prog,
4892
// output_newline ();
4893
// }
4894
joutput_line("/* Pop module stack */");
4895
- joutput_line("CobolModule.pop();");
4896
joutput_line("CobolResolve.popCallStackList();");
+ joutput_line("CobolModule.pop();");
4897
joutput_newline();
4898
if (cb_flag_traceall) {
4899
joutput_line("CobolUtil.resetTrace();");
0 commit comments