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 af4baed commit dbe3d7dCopy full SHA for dbe3d7d
entry/entry.c
@@ -18,9 +18,6 @@ int main();
18
* attribute "__constructor__". When marked the function will be added to
19
* the ".init_array" segment and called before main is called.
20
*
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
- *
24
*/
25
void __attribute__((__noreturn__, __naked__)) __reset_handler() {
26
// initialize the stack pointer. As we are running from ram
0 commit comments