OpenCores
URL https://opencores.org/ocsvn/neorv32/neorv32/trunk

Subversion Repositories neorv32

[/] [neorv32/] [trunk/] [sw/] [lib/] [include/] [neorv32_cpu.h] - Diff between revs 61 and 62

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 61 Rev 62
Line 64... Line 64...
 * Prototype for "after-main handler". This function is called if main() returns.
 * Prototype for "after-main handler". This function is called if main() returns.
 *
 *
 * @param[in] return_code Return value of main() function.
 * @param[in] return_code Return value of main() function.
 * @return Return value is irrelevant (there is no one left to check for it...).
 * @return Return value is irrelevant (there is no one left to check for it...).
 **************************************************************************/
 **************************************************************************/
extern int __neorv32_crt0_after_main(int32_t return_code);
extern int __neorv32_crt0_after_main(int32_t return_code) __attribute__ ((weak));
 
 
 
 
/**********************************************************************//**
/**********************************************************************//**
 * Store unsigned word to address space.
 * Store unsigned word to address space.
 *
 *

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.