mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-08-01 11:28:20 +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 "error_handling.h"
|
||||||
#include "system.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;
|
uint32_t __stack_chk_guard = 0;
|
||||||
|
#endif
|
||||||
|
|
||||||
// Calls to this function are inserted by the compiler
|
// Calls to this function are inserted by the compiler
|
||||||
// when stack protection is enabled.
|
// when stack protection is enabled.
|
||||||
|
Loading…
Reference in New Issue
Block a user