From 26502351f1cccdff9ab6aad431f84b9f0c0e6858 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