[amd64] Fix failure to emit imt delegate invoke tramps
authorVlad Brezae <brezaevlad@gmail.com>
Wed, 15 Jul 2015 01:45:35 +0000 (18:45 -0700)
committerVlad Brezae <brezaevlad@gmail.com>
Wed, 29 Jul 2015 22:06:36 +0000 (15:06 -0700)
commitcc18cd5a872e9834fbfd30a2dee0db4200e5979b
treea583c6bf432d14c57dc6f0f9a5fe25768ddf67ff
parent99153cdd59f92ccb223f4ff530e7f04dfd65560a
[amd64] Fix failure to emit imt delegate invoke tramps

The problem was due to implicit casting of the dividend to unsigned (which overflows) when divided by unsigned.
mono/mini/mini-amd64.c