Skip to content

Commit 5e9df85

Browse files
committed
fix: change pop order
1 parent a761114 commit 5e9df85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cobj/codegen.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4892,8 +4892,8 @@ static void joutput_internal_function(struct cb_program *prog,
48924892
// output_newline ();
48934893
// }
48944894
joutput_line("/* Pop module stack */");
4895-
joutput_line("CobolModule.pop();");
48964895
joutput_line("CobolResolve.popCallStackList();");
4896+
joutput_line("CobolModule.pop();");
48974897
joutput_newline();
48984898
if (cb_flag_traceall) {
48994899
joutput_line("CobolUtil.resetTrace();");

0 commit comments

Comments
 (0)