Deleted Added
sdiff udiff text old ( 2632:1bb2f91485ea ) new ( 2654:9559cfa91b9d )
full compact
1/*
2 * Copyright (c) 2001-2005 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

--- 130 unchanged lines hidden (view full) ---

139 PRINT_CYCLE,
140 PRINT_OP_CLASS,
141 PRINT_THREAD_NUM,
142 PRINT_RESULT_DATA,
143 PRINT_EFF_ADDR,
144 PRINT_INT_REGS,
145 PRINT_FETCH_SEQ,
146 PRINT_CP_SEQ,
147 INTEL_FORMAT,
148 NUM_BITS
149 };
150
151 static std::vector<bool> flags;
152 static std::string trace_system;
153
154 static void setParams();

--- 34 unchanged lines hidden ---