Fix wrong gcc inline assembly code. (#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)
commita5e4dc79d1c1fcea413522099f7981ac1a7d9625
tree137dab95417ce95daf2689b62fd0223eecf1e95e
parent292770c5a5782425ab742b2739521eefc89fc725
Fix wrong gcc inline assembly code. (#10024)

It was coded as "rbx" instead of "ebx" register in clobber list position.
src/vm/i386/cgenx86.cpp