Ignore:
Timestamp:
2018-04-10T20:17:41Z (7 years ago)
Author:
Jiří Zárevúcky <jiri.zarevucky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9c514be
Parents:
1abcf1d
Message:

Define _end, and use it instead of the address of __entry in C code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/arch/abs32le/src/entry.c

    r1abcf1d ra69d42e  
    3030 */
    3131
    32 #include <libarch/entry.h>
    3332#include "../../../generic/private/libc.h"
    3433#include <stddef.h>
     34
     35extern void __entry(void);
     36
     37/* Normally, the entry point is defined in assembly for the architecture. */
    3538
    3639void __entry(void)
Note: See TracChangeset for help on using the changeset viewer.