Deleted Added
sdiff udiff text old ( 8231:51cf7f3cf9ac ) new ( 8232:b28d06a175be )
full compact
1/*
2 * Copyright (c) 2003-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;
9 * redistributions in binary form must reproduce the above copyright
10 * notice, this list of conditions and the following disclaimer in the

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

26 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27 *
28 * Authors: Nathan Binkert
29 */
30
31#ifndef __BASE_DEBUG_HH__
32#define __BASE_DEBUG_HH__
33
34namespace Debug {
35
36void breakpoint();
37
38} // namespace Debug
39
40#endif // __BASE_DEBUG_HH__