commit | 4fdecae443c4f11d24b7da537b6f7a2baadbd130 | [log] [tgz] |
---|---|---|
author | Andreas Hansson <andreas.hanson@arm.com> | Tue Jan 31 11:50:07 2012 -0500 |
committer | Andreas Hansson <andreas.hanson@arm.com> | Tue Jan 31 11:50:07 2012 -0500 |
tree | 428e7864c689c6b28c854babd875424004dd2816 | |
parent | 0ed3c84c7b05d7d3c9d5f0e3f1c05c20afef93b9 [diff] |
Thread: Use inherited baseCpu rather than cpu in SimpleThread This patch is a trivial simplification, removing the cpu pointer from SimpleThread and relying on the baseCpu pointer in ThreadState. The patch does not add or change any functionality, it merely cleans up the code.