Deleted Added
sdiff udiff text old ( 4679:0b39fa8f5eb8 ) new ( 4767:5e55d650692e )
full compact
1/*
2 * Copyright (c) 2007 The Hewlett-Packard Development Company
3 * All rights reserved.
4 *
5 * Redistribution and use of this software in source and binary forms,
6 * with or without modification, are permitted provided that the
7 * following conditions are met:
8 *

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

91 scale(_scale), index(_index), base(_base),
92 disp(_disp), segment(_segment),
93 data(_data),
94 dataSize(_dataSize), addressSize(_addressSize)
95 {}
96
97 std::string generateDisassembly(Addr pc,
98 const SymbolTable *symtab) const;
99 };
100}
101
102#endif //__ARCH_X86_INSTS_MICROLDSTOP_HH__