Merge pull request #5575 from mysterywolf/simulator

This commit is contained in:
guo 2022-01-28 16:17:11 +08:00 committed by GitHub
commit cd929f04f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -204,7 +204,7 @@ typedef rt_base_t rt_off_t; /**< Type for offset */
/* initialization export */ /* initialization export */
#ifdef RT_USING_COMPONENTS_INIT #ifdef RT_USING_COMPONENTS_INIT
typedef int (*init_fn_t)(void); typedef int (*init_fn_t)(void);
#ifdef _MSC_VER /* we do not support MS VC++ compiler */ #ifdef _MSC_VER
#pragma section("rti_fn$f",read) #pragma section("rti_fn$f",read)
#if RT_DEBUG_INIT #if RT_DEBUG_INIT
struct rt_init_desc struct rt_init_desc