commit | 799ba673b3c130d9754104e1f1dfb5b8c652fe67 | [log] [tgz] |
---|---|---|
author | Karl Schimpf <kschimpf@google.com> | Thu Nov 12 10:12:14 2015 -0800 |
committer | Karl Schimpf <kschimpf@google.com> | Thu Nov 12 10:12:14 2015 -0800 |
tree | 53fa8e7ecc18fc57676602fe8db77625547846c6 | |
parent | bb0bacfda50db67da64e92ed2a79d590ec3cbcd1 [diff] |
Fix push/pop emit methods for ARM assembler. These two methods introduce multiple instructions. Between each instruction a newline must be inserted, and a call to startNextInt(). This CL makes sure both cases are met. BUG=None R=stichnot@chromium.org Review URL: https://codereview.chromium.org/1441023002 .