Author :
Richard Henderson
Date :
2014-12-11 14:16:00
Hash :2f652469 Message :x86: Handle void arguments as if an empty structure
Since libffi currently doesn't allow empty structures, libgo
currently maps them to ffi_type_void. Given that we'll abort
on this case, handle it gracefully.