chen
2024-11-01 631a90c1116fa33382a88a747c89bf761bc0fa9b
dualboots_Gai_youhua/keil/secondboot/include/drivers/mk_misc.c
copy from dualboots_Gai_youhua_anbang_tag/keil/customboot/include/drivers/mk_misc.c copy to dualboots_Gai_youhua/keil/secondboot/include/drivers/mk_misc.c
文件从 dualboots_Gai_youhua_anbang_tag/keil/customboot/include/drivers/mk_misc.c 复制
@@ -425,9 +425,9 @@
        "bhi loop%=\n"
        "pop {r4,r5}\n"
        "exit%=:\n"
    :
    : [mult_hi] "i"(SYSTEM_CLOCK_MULT_HI), [mult_lo] "i"(SYSTEM_CLOCK_MULT_LO), [shift] "i"(SYSTEM_CLOCK_LSLS_BITS), [adjust] "i"(AAPCS_PREP_CYCLES),
        [decr] "i"(DELAY_LOOP_CYCLES));
        :
        : [mult_hi] "i"(SYSTEM_CLOCK_MULT_HI), [mult_lo] "i"(SYSTEM_CLOCK_MULT_LO), [shift] "i"(SYSTEM_CLOCK_LSLS_BITS), [adjust] "i"(AAPCS_PREP_CYCLES),
          [decr] "i"(DELAY_LOOP_CYCLES));
#if defined(__GNUC__) && !defined(__ARMCC_VERSION)
    __asm volatile(".syntax divided\n");