Deleted Added
sdiff udiff text old ( 10593:a39de7b8d2c9 ) new ( 10924:d02e9c239892 )
full compact
1// Copyright (c) 2007 The Hewlett-Packard Development Company
2// All rights reserved.
3//
4// The license below extends only to copyright in the software and shall
5// not be construed as granting a license to any other intellectual
6// property including but not limited to intellectual property relating
7// to a hardware implementation of the functionality of the software
8// licensed hereunder. You may use the software subject to the license

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

82
83def bitfield OPSIZE opSize;
84def bitfield ADDRSIZE addrSize;
85def bitfield STACKSIZE stackSize;
86
87def bitfield MODE mode;
88def bitfield MODE_MODE mode.mode;
89def bitfield MODE_SUBMODE mode.submode;