From a29933d7f8f62aea21f6f70eab4c3c4073b0dc56 Mon Sep 17 00:00:00 2001 From: Matthew Kennedy Date: Tue, 16 Nov 2021 23:00:12 -0800 Subject: [PATCH] simulator gets a heap (#3563) --- simulator/simulator/efifeatures.h | 1 + 1 file changed, 1 insertion(+) diff --git a/simulator/simulator/efifeatures.h b/simulator/simulator/efifeatures.h index f8b8eccb7c..d793eb617f 100644 --- a/simulator/simulator/efifeatures.h +++ b/simulator/simulator/efifeatures.h @@ -149,3 +149,4 @@ #define EFI_JOYSTICK FALSE #define EFI_LUA TRUE +#define LUA_USER_HEAP 100000