Work around LLVM ABI problem on x86-64

This commit is contained in:
Anthony Green
2013-02-06 17:37:15 -05:00
parent 370112938e
commit 6a79012942
2 changed files with 24 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
2013-02-02 Mark H Weaver <mhw@netris.org>
* src/x86/ffi64.c (ffi_call): Sign-extend integer arguments passed
via general purpose registers.
2013-01-21 Nathan Rossi <nathan.rossi@xilinx.com>
* README: Add MicroBlaze details.