Thanks Gabe,
this changeset was at the top of my "changes" queue and I thought I pushed
it to my "clean" queue but I didnt.

On Mon, Jun 20, 2011 at 6:00 AM, Gabe Black <[email protected]> wrote:

> changeset d9f54de93703 in /z/repo/gem5
> details: http://repo.gem5.org/gem5?cmd=changeset;node=d9f54de93703
> description:
>        InOder: Fix a compile error.
>
> diffstat:
>
>  src/cpu/inorder/resources/cache_unit.cc |  2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diffs (12 lines):
>
> diff -r 32613e8dc239 -r d9f54de93703
> src/cpu/inorder/resources/cache_unit.cc
> --- a/src/cpu/inorder/resources/cache_unit.cc   Sun Jun 19 21:54:53 2011
> -0400
> +++ b/src/cpu/inorder/resources/cache_unit.cc   Mon Jun 20 02:29:14 2011
> -0700
> @@ -433,7 +433,7 @@
>
>     if (inst->fault != NoFault) {
>         DPRINTF(InOrderTLB, "[tid:%i]: %s encountered while translating "
> -                "addr:%08p for [sn:%i].\n", tid, tlb_fault->name(),
> +                "addr:%08p for [sn:%i].\n", tid, inst->fault->name(),
>                 cache_req->memReq->getVaddr(), inst->seqNum);
>
>         tlbBlocked[tid] = true;
> _______________________________________________
> gem5-dev mailing list
> [email protected]
> http://m5sim.org/mailman/listinfo/gem5-dev
>



-- 
- Korey
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev

Reply via email to