X86: Fix the flags for interrupt response messages.

This commit is contained in:
Gabe Black 2009-04-19 03:53:29 -07:00
parent 3eed59768c
commit 3031af21c7

View file

@ -122,9 +122,9 @@ MemCmd::commandInfo[] =
InvalidCmd, "SwapResp" },
/* IntReq -- for interrupts */
{ SET4(IsWrite, IsRequest, NeedsResponse, HasData),
MessageReq, "MessageReq" },
MessageResp, "MessageReq" },
/* IntResp -- for interrupts */
{ SET2(IsWrite, IsResponse), MessageResp, "MessageResp" },
{ SET2(IsWrite, IsResponse), InvalidCmd, "MessageResp" },
/* NetworkNackError -- nacked at network layer (not by protocol) */
{ SET2(IsResponse, IsError), InvalidCmd, "NetworkNackError" },
/* InvalidDestError -- packet dest field invalid */