SConscript (9157:e0bad9d7bbd6) | SConscript (9342:6fec8f26e56d) |
---|---|
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 --- 30 unchanged lines hidden (view full) --- 39Source('async.cc') 40Source('core.cc') 41Source('debug.cc') 42Source('eventq.cc') 43Source('init.cc') 44Source('main.cc', main=True, skip_lib=True) 45Source('root.cc') 46Source('serialize.cc') | 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 --- 30 unchanged lines hidden (view full) --- 39Source('async.cc') 40Source('core.cc') 41Source('debug.cc') 42Source('eventq.cc') 43Source('init.cc') 44Source('main.cc', main=True, skip_lib=True) 45Source('root.cc') 46Source('serialize.cc') |
47Source('drain.cc') |
|
47Source('sim_events.cc') 48Source('sim_object.cc') 49Source('simulate.cc') 50Source('stat_control.cc') 51Source('syscall_emul.cc') 52 53if env['TARGET_ISA'] != 'no': 54 SimObject('Process.py') --- 27 unchanged lines hidden --- | 48Source('sim_events.cc') 49Source('sim_object.cc') 50Source('simulate.cc') 51Source('stat_control.cc') 52Source('syscall_emul.cc') 53 54if env['TARGET_ISA'] != 'no': 55 SimObject('Process.py') --- 27 unchanged lines hidden --- |