faults.hh (8740:253aeee61e66) faults.hh (8902:75b524b64c28)
1/*
2 * Copyright (c) 2007 The Hewlett-Packard Development Company
3 * All rights reserved.
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

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

414 X86Interrupt("Software Interrupt", "#INTR", _vector)
415 {}
416
417 bool isSoft()
418 {
419 return true;
420 }
421 };
1/*
2 * Copyright (c) 2007 The Hewlett-Packard Development Company
3 * All rights reserved.
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

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

414 X86Interrupt("Software Interrupt", "#INTR", _vector)
415 {}
416
417 bool isSoft()
418 {
419 return true;
420 }
421 };
422};
422}
423
424#endif // __ARCH_X86_FAULTS_HH__
423
424#endif // __ARCH_X86_FAULTS_HH__