commit | 4b05a3931690240db417272312a03f724eac6d1f | [log] [tgz] |
---|---|---|
author | Andrey Khalyavin <halyavin@google.com> | Thu Aug 08 06:23:15 2013 |
committer | Andrey Khalyavin <halyavin@google.com> | Thu Aug 08 06:23:15 2013 |
tree | 651e3e0d469b6b578a9d59dc6e4a58b4fcde18db | |
parent | 634446947fb4bbe06ff4f97090f9a25fb53af684 [diff] |
Fix prologue detection for PNaCl. Recognize mov %ebp,%reg // push %reg sequence as push %rbp to detect prologue in PNaCl code. BUG= https://code.google.com/p/nativeclient/issues/detail?id=3600 TEST= None R=eaeltsin@google.com Review URL: https://codereview.chromium.org/22393004