ref: 76214d37db206e5244c337da917316da53afd2a8
parent: 6a89c47b1ce152b0ec15a3fb9df225ae4ea6287a
author: halfwit <michaelmisch1985@gmail.com>
date: Sat Sep 14 16:46:44 PDT 2024
Make sure trampsize is aligned
--- a/posix-arm64/mem.h
+++ b/posix-arm64/mem.h
@@ -85,7 +85,7 @@
#define _NSYS 53
#define BLOCKALIGN 64 /* only used in allocb.c */
-#define TRAMPSIZE 231 /* Size of the trampoline */
+#define TRAMPSIZE 232 /* Size of the trampoline */
/*
* Sizes
*/