types.hh (5013:d789d5458d81) types.hh (5251:8de83cada19d)
1/*
2 * Copyright (c) 2003-2005 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

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

55 {
56 CONTEXT_CWP,
57 CONTEXT_GLOBALS
58 };
59
60 typedef int RegContextVal;
61
62 typedef uint16_t RegIndex;
1/*
2 * Copyright (c) 2003-2005 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

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

55 {
56 CONTEXT_CWP,
57 CONTEXT_GLOBALS
58 };
59
60 typedef int RegContextVal;
61
62 typedef uint16_t RegIndex;
63
64 struct CoreSpecific {
65 int core_type;
66 };
63}
64
65#endif
67}
68
69#endif