types.hh (5138:069bbeae1ef8) types.hh (5251:8de83cada19d)
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 *

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

253 enum RegContextParam
254 {
255 CONTEXT_X87_TOP
256 };
257
258 typedef int RegContextVal;
259
260 typedef uint16_t RegIndex;
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 *

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

253 enum RegContextParam
254 {
255 CONTEXT_X87_TOP
256 };
257
258 typedef int RegContextVal;
259
260 typedef uint16_t RegIndex;
261
262 struct CoreSpecific {
263 int core_type;
264 };
261};
262
263#endif // __ARCH_X86_TYPES_HH__
265};
266
267#endif // __ARCH_X86_TYPES_HH__