arm: Fix compilation error in m5 utility
Review Request #1862 - Created May 6, 2013 and submitted
| Information | |
|---|---|
| Andreas Sandberg | |
| gem5 | |
| default | |
| Reviewers | |
| Default | |
Changeset 9686:5708a2e568c9 --------------------------- arm: Fix compilation error in m5 utility Changeset 5ca6098b9560 accidentally broke the m5 utility. This changeset adds the missing co-processor call used to trigger the pseudo-op in ARM mode and fixes an alignment issue that caused some pseudo-ops to leave thumb mode.
Tested tested a couple of different pseudo ops in SE mode. Use both the Thumb version and the ARM version of the library.
Posted (May 11, 2013, 12:49 a.m.)
-
util/m5/m5op_arm.S (Diff revision 1) -
Do you want this? What happens in the case of ARM code (not thumb). Isn't the push unaligned?
Ship It!
