1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-15 20:19:23 +00:00

fix(emulator): fix emulator crash on MacOS

[no changelog]
This commit is contained in:
cepetr 2024-10-30 12:57:26 +01:00 committed by cepetr
parent 262747baa7
commit 8bc3890639

View File

@ -23,7 +23,11 @@
#include "error_handling.h"
#include "system.h"
#ifndef TREZOR_EMULATOR
// Stack check guard value set in startup code.
// This is used if stack protection is enabled.
uint32_t __stack_chk_guard = 0;
#endif
// Calls to this function are inserted by the compiler
// when stack protection is enabled.