Fix wrong gcc inline assembly code. (dotnet/coreclr#10024)
authorragmani <ragmani0216@gmail.com>
Wed, 8 Mar 2017 09:22:19 +0000 (18:22 +0900)
committerJan Vorlicek <janvorli@microsoft.com>
Wed, 8 Mar 2017 09:22:19 +0000 (10:22 +0100)
commit241162de2968dafb12f1d6fd58810779c2d4de25
tree168d161fe4a19005a092fa7a5b1bc5bea8200243
parent7c52d4b1be625f52fe1bb64c5f6694fe53306ec9
Fix wrong gcc inline assembly code. (dotnet/coreclr#10024)

It was coded as "rbx" instead of "ebx" register in clobber list position.

Commit migrated from https://github.com/dotnet/coreclr/commit/a5e4dc79d1c1fcea413522099f7981ac1a7d9625
src/coreclr/src/vm/i386/cgenx86.cpp