commit | 9158e522db2f3d5675438b535000ce862259f14d | [log] [tgz] |
---|---|---|
author | Tommi Rantala <tt.rantala@gmail.com> | Tue Jul 31 15:18:03 2012 +0300 |
committer | Tommi Rantala <tt.rantala@gmail.com> | Tue Jul 31 16:21:15 2012 +0300 |
tree | 32c2bb33375fcb0ba58f4b8f08ea9875fc4cc8fc | |
parent | a26f1eac2255ea4100b25af2f69c8a9ad872bd18 [diff] |
Fix IP vs. PC confusion in tests on ARM The intention in the test cases is to print the "instruction pointer" value at certain places, and on ARM we will want to get the Program Counter in these cases. IP is a scratch register, and not very interesting.