util/smarthops: don't redefine address_t

Change-Id: I702c2fe8824dfe13c4e99f9400d6dacb3ae63f53
This commit is contained in:
Horst Schirmeier
2014-02-09 23:08:47 +01:00
parent 277958b31b
commit c6655c0dbb

View File

@ -4,6 +4,8 @@
#include <vector> #include <vector>
#include <iostream> #include <iostream>
#include "sal/SALConfig.hpp"
#include "../ProtoStream.hpp" #include "../ProtoStream.hpp"
#include "comm/TracePlugin.pb.h" #include "comm/TracePlugin.pb.h"
@ -21,7 +23,6 @@ typedef enum {
ACCESS_CHECKPOINT, ACCESS_CHECKPOINT,
} mem_access_type_e; } mem_access_type_e;
typedef uint32_t address_t;
typedef uint32_t trace_pos_t; typedef uint32_t trace_pos_t;
typedef std::pair<address_t, mem_access_type_e> trace_event_tuple_t; typedef std::pair<address_t, mem_access_type_e> trace_event_tuple_t;