SConscript (3565:6ad587fb7dfd) SConscript (3806:65ae5388c059)
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

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

48# List of headers to generate
49isa_switch_hdrs = Split('''
50 arguments.hh
51 faults.hh
52 interrupts.hh
53 isa_traits.hh
54 kernel_stats.hh
55 locked_mem.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

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

48# List of headers to generate
49isa_switch_hdrs = Split('''
50 arguments.hh
51 faults.hh
52 interrupts.hh
53 isa_traits.hh
54 kernel_stats.hh
55 locked_mem.hh
56 mmaped_ipr.hh
56 process.hh
57 regfile.hh
58 remote_gdb.hh
59 stacktrace.hh
60 syscallreturn.hh
61 tlb.hh
62 types.hh
63 utility.hh

--- 77 unchanged lines hidden ---
57 process.hh
58 regfile.hh
59 remote_gdb.hh
60 stacktrace.hh
61 syscallreturn.hh
62 tlb.hh
63 types.hh
64 utility.hh

--- 77 unchanged lines hidden ---