Actions
Bug #422
closedEnvironment generator doesn't generate label ldv_module_exit
Start date:
09/06/2010
Due date:
% Done:
0%
Estimated time:
Detected in build:
9dcab5d6b56e87ecc47e80d99594cd0f33006a39
Platform:
Published in build:
7e62c9a9e53d802f49f6953bcf3e162e7b2dcdc8
Description
Model doesn't generate label ldv_module_exit
itself, while it generated goto
to it. This is an error.
Moreover, this leads to not finding main functions, which contain this label. See bug #416 for more details and example.
Updated by Vadim Mutilin about 14 years ago
If module_exit callback not found in C code then ldv_module_exit label is not generated.
TODO: separate label and module exit call.
Updated by Vadim Mutilin about 14 years ago
- Published in build set to 7e62c9a9e53d802f49f6953bcf3e162e7b2dcdc8
Actions