Skip to content

Commit dbe3d7d

Browse files
Removed note about constructors and destructors in entry.c
1 parent af4baed commit dbe3d7d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

entry/entry.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@ int main();
1818
* attribute "__constructor__". When marked the function will be added to
1919
* the ".init_array" segment and called before main is called.
2020
*
21-
* @note When running this program in the debugger this will not be called.
22-
* This means the constructors and other items are not called during startup
23-
*
2421
*/
2522
void __attribute__((__noreturn__, __naked__)) __reset_handler() {
2623
// initialize the stack pointer. As we are running from ram

0 commit comments

Comments
 (0)