Fix AVR build

opam-2.0.0
Vova 3 years ago
parent 211c9dfe4c
commit 81bd990fb8

@ -191,10 +191,6 @@ void ReleaseCompilationCodePage (IM3Compilation o)
ReleaseCodePage (o->runtime, o->page);
}
static inline bool IsStackPolymorphic (IM3Compilation o);
static inline M3Result SetStackPolymorphic (IM3Compilation o);
static inline
u16 GetTypeNumSlots (u8 i_type)
{

@ -95,6 +95,8 @@
#if defined(__AVR__)
#include <inttypes.h>
# define PRIu64 "llu"
# define PRIi64 "lli"

Loading…
Cancel
Save