Use pushad/popad rather than pusha/popa. Latter don't work properly
authorChris Hanson <org/chris-hanson/cph>
Mon, 11 Mar 2002 21:39:18 +0000 (21:39 +0000)
committerChris Hanson <org/chris-hanson/cph>
Mon, 11 Mar 2002 21:39:18 +0000 (21:39 +0000)
commit9c46bf53675374a7c626108bdc19fa91c7634af5
treeceeef85c6dbd07af6a3d8bc1fd235bf6e4908e1e
parentde42f97dd61f0312c0161ad235c3505e26880303
Use pushad/popad rather than pusha/popa.  Latter don't work properly
on Windows, and former aren't implemented by GCC.
v7/src/microcode/cmpauxmd/i386.m4