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:
parent
262747baa7
commit
8bc3890639
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user