SConscript (7624:3f32191bcf66) SConscript (7966:0dff1ff293d0)
1# -*- mode:python -*-
2
3# Copyright (c) 2007-2008 The Hewlett-Packard Development Company
4# All rights reserved.
5#
6# The license below extends only to copyright in the software and shall
7# not be construed as granting a license to any other intellectual
8# property including but not limited to intellectual property relating

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

41# Authors: Gabe Black
42
43Import('*')
44
45if env['TARGET_ISA'] == 'x86':
46 Source('cpuid.cc')
47 Source('emulenv.cc')
48 Source('faults.cc')
1# -*- mode:python -*-
2
3# Copyright (c) 2007-2008 The Hewlett-Packard Development Company
4# All rights reserved.
5#
6# The license below extends only to copyright in the software and shall
7# not be construed as granting a license to any other intellectual
8# property including but not limited to intellectual property relating

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

41# Authors: Gabe Black
42
43Import('*')
44
45if env['TARGET_ISA'] == 'x86':
46 Source('cpuid.cc')
47 Source('emulenv.cc')
48 Source('faults.cc')
49 Source('insts/badmicroop.cc')
49 Source('insts/microfpop.cc')
50 Source('insts/microldstop.cc')
51 Source('insts/micromediaop.cc')
52 Source('insts/microop.cc')
53 Source('insts/microregop.cc')
54 Source('insts/static_inst.cc')
55 Source('isa.cc')
56 Source('nativetrace.cc')

--- 266 unchanged lines hidden ---
50 Source('insts/microfpop.cc')
51 Source('insts/microldstop.cc')
52 Source('insts/micromediaop.cc')
53 Source('insts/microop.cc')
54 Source('insts/microregop.cc')
55 Source('insts/static_inst.cc')
56 Source('isa.cc')
57 Source('nativetrace.cc')

--- 266 unchanged lines hidden ---