From c6655c0dbbb94477a0ef5c4f7bbe05a396325a3e Mon Sep 17 00:00:00 2001 From: Horst Schirmeier Date: Sun, 9 Feb 2014 23:08:47 +0100 Subject: [PATCH] util/smarthops: don't redefine address_t Change-Id: I702c2fe8824dfe13c4e99f9400d6dacb3ae63f53 --- src/core/util/smarthops/TraceReader.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/core/util/smarthops/TraceReader.hpp b/src/core/util/smarthops/TraceReader.hpp index fcf11eb7..9dc86bee 100644 --- a/src/core/util/smarthops/TraceReader.hpp +++ b/src/core/util/smarthops/TraceReader.hpp @@ -4,6 +4,8 @@ #include #include +#include "sal/SALConfig.hpp" + #include "../ProtoStream.hpp" #include "comm/TracePlugin.pb.h" @@ -21,7 +23,6 @@ typedef enum { ACCESS_CHECKPOINT, } mem_access_type_e; -typedef uint32_t address_t; typedef uint32_t trace_pos_t; typedef std::pair trace_event_tuple_t;