<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><br><div><div>On Apr 1, 2013, at 11:39 PM, Anton Korobeynikov <<a href="mailto:anton@korobeynikov.info">anton@korobeynikov.info</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div style="letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;">Hi Chad,<br><br><blockquote type="cite">+  if (Subtarget->isTargetWindows())<br>+    return false;<br>+<br></blockquote>The patch is not correct. isTargetWindows() currently means<br>"msvc-compatible", so this way you broken mingw64. It probably should<br>be isTargetWin64().<br><br>Note that SelectRet() and DoSelectCall() correctly use isTargetWin64() here.<br><br>Please correct, thanks!<br></div></blockquote><div><br></div><div>Committed revision 178549.</div><div><br></div><div>Thanks for pointing this out, Anton!</div><div><br></div><div> Chad</div><br><blockquote type="cite"><div style="letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;">--<br>With best regards, Anton Korobeynikov<br>Faculty of Mathematics and Mechanics, Saint Petersburg State University</div></blockquote></div><br></body></html>