ARM: Set "ldr_ret_uop" as Conditional or Unconditional control
Review Request #1728 - Created Feb. 18, 2013 and submitted - Latest diff uploaded
| Information | |
|---|---|
| Nathanael Premillieu | |
| gem5 | |
| Reviewers | |
| Default | |
Like http://reviews.gem5.org/r/1463/ and http://reviews.gem5.org/r/1536, a flag is missing for the ldr_ret_uop microop instruction. In this patch, the flag is added when the instruction is used, not directly in the constructor of the instruction. It was simpler doing it this way.
