Deleted Added
sdiff udiff text old ( 4120:3e09b5d32c45 ) new ( 4145:90fe789c9458 )
full compact
1/*
2 * Copyright (c) 2006 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;

--- 17 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 __ARCH_X86_STACKTRACE_HH__
32#define __ARCH_X86_STACKTRACE_HH__
33
34#error X86 is not yet supported!
35
36namespace X86ISA
37{
38};
39
40#endif // __ARCH_X86_STACKTRACE_HH__