From c9a03f549b63dbf2e6e192bce02c57c48cec05e2 Mon Sep 17 00:00:00 2001 From: Korey Sewell Date: Tue, 12 May 2009 15:01:15 -0400 Subject: inorder-mem: clean up allocation/deletion of requests/packets * * * --- src/cpu/inorder/inorder_dyn_inst.hh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/cpu/inorder/inorder_dyn_inst.hh') diff --git a/src/cpu/inorder/inorder_dyn_inst.hh b/src/cpu/inorder/inorder_dyn_inst.hh index 042a6485a..86c60221e 100644 --- a/src/cpu/inorder/inorder_dyn_inst.hh +++ b/src/cpu/inorder/inorder_dyn_inst.hh @@ -634,7 +634,8 @@ class InOrderDynInst : public FastAlloc, public RefCounted /** Read Effective Address from instruction & do memory access */ Fault memAccess(); - RequestPtr memReq; + RequestPtr fetchMemReq; + RequestPtr dataMemReq; bool memAddrReady; -- cgit v1.2.3