commit | 3e3a2379305317a06bb6ac48b3d4f8688155192d | [log] [tgz] |
---|---|---|
author | Andrew Boie <andrew.p.boie@intel.com> | Thu Oct 05 14:34:24 2017 -0700 |
committer | Anas Nashif <nashif@linux.intel.com> | Thu Oct 05 18:49:09 2017 -0400 |
tree | 2693a57b9b90e2aa2fad0209be3efd27d8e47e53 | |
parent | d5894a17d0cafb38922a63162bf961a1a564ac8e [diff] |
x86: fix stack zeroing when dropping to user mode For 'rep stosl' ECX isn't a size value, it's how many times to repeat the 4-byte string copy operation. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>