18
edits
No edit summary |
No edit summary |
||
Line 11: | Line 11: | ||
Last week I commented the statements that change the stack base when function returns. But two kind of things are missed: | Last week I commented the statements that change the stack base when function returns. But two kind of things are missed: | ||
a) Call to destructors at the end of | a) Call to destructors at the end of main(). | ||
b) Call to exitRuntime after main() returns. | b) Call to exitRuntime after main() returns. |
edits