Deleted Added
sdiff udiff text old ( 5507:52bcc301b467 ) new ( 5650:d2782c951841 )
full compact
1/*
2 * Copyright (c) 2006 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;

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

80 UpgradeResp,
81 ReadExReq,
82 ReadExResp,
83 LoadLockedReq,
84 StoreCondReq,
85 StoreCondResp,
86 SwapReq,
87 SwapResp,
88 // Error responses
89 // @TODO these should be classified as responses rather than
90 // requests; coding them as requests initially for backwards
91 // compatibility
92 NetworkNackError, // nacked at network layer (not by protocol)
93 InvalidDestError, // packet dest field invalid
94 BadAddressError, // memory address invalid
95 // Fake simulator-only commands

--- 577 unchanged lines hidden ---