SConscript (3546:c4074658f1e1) | SConscript (3565:6ad587fb7dfd) |
---|---|
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 --- 37 unchanged lines hidden (view full) --- 46################################################################# 47 48# List of headers to generate 49isa_switch_hdrs = Split(''' 50 arguments.hh 51 faults.hh 52 interrupts.hh 53 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 --- 37 unchanged lines hidden (view full) --- 46################################################################# 47 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 |
|
54 locked_mem.hh 55 process.hh 56 regfile.hh 57 remote_gdb.hh 58 stacktrace.hh 59 syscallreturn.hh 60 tlb.hh 61 types.hh --- 78 unchanged lines hidden --- | 55 locked_mem.hh 56 process.hh 57 regfile.hh 58 remote_gdb.hh 59 stacktrace.hh 60 syscallreturn.hh 61 tlb.hh 62 types.hh --- 78 unchanged lines hidden --- |