Tests for calling conventions implemented. Changed detection of int
commitae0257457669927cd89647ecc62a1c21c8e27fc6
authorDirk Steinke <steinke.dirk.ml@gmail.com>
Mon, 21 Jul 2014 14:35:51 +0000 (21 16:35 +0200)
committerDirk Steinke <steinke.dirk.ml@gmail.com>
Mon, 21 Jul 2014 14:35:51 +0000 (21 16:35 +0200)
tree264bdebc4cb6af6326f46e99b5cf5c3b5e5083ce
parent6f7cf8d623adda962ea37592e8ba00e4d58aecd4
Tests for calling conventions implemented. Changed detection of int
parameter from FTT_PtrInt to FTT_Int on 32bit host. Crosscompiling for a
different host (e.g. 64bit from 32bit) is not a good idea with all the
autodetection troubles, but it should be good enough for testing purposes.
include/jitcs_callingconvention.h
include/jitcs_fnctypeinfo.h
include/jitcs_x86_xx_regs.lh
makefile
src/jitcs_int_callingconvention_impl.h
src/x86/src/x86_xx_callingconvention.lcpp
tests/test_callingconvention.cpp