SConscript (2984:797622d7b311) SConscript (3170:37fd1e73f836)
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

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

45#
46#################################################################
47
48# List of headers to generate
49isa_switch_hdrs = Split('''
50 arguments.hh
51 faults.hh
52 isa_traits.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

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

45#
46#################################################################
47
48# List of headers to generate
49isa_switch_hdrs = Split('''
50 arguments.hh
51 faults.hh
52 isa_traits.hh
53 locked_mem.hh
53 process.hh
54 regfile.hh
55 stacktrace.hh
56 syscallreturn.hh
57 tlb.hh
58 types.hh
59 utility.hh
60 vtophys.hh

--- 104 unchanged lines hidden ---
54 process.hh
55 regfile.hh
56 stacktrace.hh
57 syscallreturn.hh
58 tlb.hh
59 types.hh
60 utility.hh
61 vtophys.hh

--- 104 unchanged lines hidden ---