On 5/31/21 10:18 PM, Philippe Mathieu-Daudé wrote:
/* Used for function call generation. */ #define TCG_TARGET_CALL_STACK_OFFSET 0 -#define TCG_TARGET_STACK_ALIGN 16 +#define TCG_TARGET_STACK_ALIGN 8Is this FFI_SIZEOF_ARG?
No, just uint64_t.
+ call_slots[0] = NULL;Maybe add a comment "Other slots initialization delayed (see below)"?
Sure. r~