feat(esp8266): Remove initialization stack align

This commit is contained in:
Dong Heng
2018-09-27 12:39:36 +08:00
parent e0c144f0d5
commit f26e0e27ab

View File

@ -116,8 +116,7 @@ void call_user_start(size_t start_addr)
__asm__ __volatile__( __asm__ __volatile__(
"rsil a2, 2\n" "rsil a2, 2\n"
"movi a1, _chip_interrupt_tmp\n" "movi a1, _chip_interrupt_tmp\n"
"movi a2, 0xffffff00\n" : : :"memory");
"and a1, a1, a2\n");
heap_caps_init(); heap_caps_init();