Deleted Added
sdiff udiff text old ( 12249:c46cb251ef0b ) new ( 12399:4b26fa70dfa7 )
full compact
1/*
2 * Copyright (c) 2010-2013,2016-2017 ARM Limited
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

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

418 virtual void
419 annotateFault(ArmFault *fault) {}
420
421 uint8_t
422 getIntWidth() const
423 {
424 return intWidth;
425 }
426};
427}
428
429#endif //__ARCH_ARM_INSTS_STATICINST_HH__