Deleted Added
sdiff udiff text old ( 4546:71382cde8725 ) new ( 4586:597006d41ca8 )
full compact
1// Copyright (c) 2007 The Hewlett-Packard Development Company
2// All rights reserved.
3//
4// Redistribution and use of this software in source and binary forms,
5// with or without modification, are permitted provided that the
6// following conditions are met:
7//
8// The software must be used only for Non-Commercial Use which means any

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

95
96def bitfield SIB sib;
97def bitfield SIB_SCALE sib.scale;
98def bitfield SIB_INDEX sib.index;
99def bitfield SIB_BASE sib.base;
100
101def bitfield OPSIZE opSize;
102def bitfield ADDRSIZE addrSize;