From 7f9e276476c4939cf3c79f6786abf0b714cee333 Mon Sep 17 00:00:00 2001 From: Patrik Nyblom Date: Mon, 2 May 2011 15:49:50 +0200 Subject: Get working prompt in Win64 using bootstrap code --- erts/emulator/beam/global.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'erts/emulator/beam/global.h') diff --git a/erts/emulator/beam/global.h b/erts/emulator/beam/global.h index d5b74efd98..e9b5e7e0e5 100644 --- a/erts/emulator/beam/global.h +++ b/erts/emulator/beam/global.h @@ -399,6 +399,9 @@ extern Eterm erts_ddll_monitor_driver(Process *p, typedef struct binary { ERTS_INTERNAL_BINARY_FIELDS long orig_size; +#if SIZEOF_LONG < SIZEOF_VOID_P + long _pad; +#endif char orig_bytes[1]; /* to be continued */ } Binary; -- cgit v1.2.3