[jit] Add an arch-stubs.c file to collect the stubs for the arch specific functions...
authorZoltan Varga <vargaz@gmail.com>
Sun, 27 Sep 2015 01:17:10 +0000 (21:17 -0400)
committerZoltan Varga <vargaz@gmail.com>
Sun, 27 Sep 2015 01:17:15 +0000 (21:17 -0400)
commit50d39c613dea54a48ec35344cb4feb276f8bfba5
tree037e87f1f00d683f7c8a3954d010113eb78d3bdb
parentb4d5016b5e42fec226d93fd13260b6cac80eb384
[jit] Add an arch-stubs.c file to collect the stubs for the arch specific functions not implemented by all backends. Use this to avoid #ifdefs at call sites.
mono/mini/Makefile.am.in
mono/mini/arch-stubs.c [new file with mode: 0644]
mono/mini/decompose.c
mono/mini/mini.c