Skip to content

Commit a4a7901

Browse files
committed
fixup! Allow the guest to manage its own stack
Fix out-of-date-comment Signed-off-by: Lucy Menon <168595099+syntactically@users.noreply.github.com>
1 parent 7af6491 commit a4a7901

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/tests/c_guests/c_simpleguest

src/tests/c_guests/c_simpleguest/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// Included from hyperlight_guest_bin/third_party/printf
99
#include "printf.h"
1010

11-
#define GUEST_SCRATCH_SIZE (0x40000) // default stack size
11+
#define GUEST_SCRATCH_SIZE (0x40000) // default scratch size
1212
#define MAX_BUFFER_SIZE (1024)
1313

1414
static char big_array[1024 * 1024] = {0};

0 commit comments

Comments
 (0)