Fix libjava failures on i686-linux
* src/x86/ffi.c (ffi_raw_call): Fill in frame. From-SVN: r219505
This commit is contained in:
parent
b891a9a6d8
commit
ca46eab70b
@ -1,3 +1,7 @@
|
||||
2015-01-12 Richard Henderson <rth@redhat.com>
|
||||
|
||||
* src/x86/ffi.c (ffi_raw_call): Fill in frame.
|
||||
|
||||
2015-01-12 Richard Henderson <rth@redhat.com>
|
||||
|
||||
Merge to upstream commit c82cc159426d8d4402375fa1ae3f045b9cf82e16.
|
||||
|
@ -675,6 +675,10 @@ ffi_raw_call(ffi_cif *cif, void (*fn)(void), void *rvalue, ffi_raw *avalue)
|
||||
if (rsize)
|
||||
rvalue = frame + 1;
|
||||
|
||||
frame->fn = fn;
|
||||
frame->flags = flags;
|
||||
frame->rvalue = rvalue;
|
||||
|
||||
narg_reg = 0;
|
||||
switch (flags)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user