SConscript (3520:4f4a2054fd85) SConscript (3536:89aa06409e4d)
1# -*- mode:python -*-
2
3# Copyright (c) 2006 The Regents of The University of Michigan
4# All rights reserved.
5#
6# Redistribution and use in source and binary forms, with or without
7# modification, are permitted provided that the following conditions are
8# met: redistributions of source code must retain the above copyright

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

49isa_switch_hdrs = Split('''
50 arguments.hh
51 faults.hh
52 interrupts.hh
53 isa_traits.hh
54 locked_mem.hh
55 process.hh
56 regfile.hh
1# -*- mode:python -*-
2
3# Copyright (c) 2006 The Regents of The University of Michigan
4# All rights reserved.
5#
6# Redistribution and use in source and binary forms, with or without
7# modification, are permitted provided that the following conditions are
8# met: redistributions of source code must retain the above copyright

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

49isa_switch_hdrs = Split('''
50 arguments.hh
51 faults.hh
52 interrupts.hh
53 isa_traits.hh
54 locked_mem.hh
55 process.hh
56 regfile.hh
57 remote_gdb.hh
57 stacktrace.hh
58 syscallreturn.hh
59 tlb.hh
60 types.hh
61 utility.hh
62 vtophys.hh
63 ''')
64

--- 102 unchanged lines hidden ---
58 stacktrace.hh
59 syscallreturn.hh
60 tlb.hh
61 types.hh
62 utility.hh
63 vtophys.hh
64 ''')
65

--- 102 unchanged lines hidden ---