Commit cb14af2e authored by Antoine Kaufmann's avatar Antoine Kaufmann Committed by Jonas Kaufmann
Browse files

lib/simbricks/mem: Fix clashing opcodes for read/write_comp

parent 64e18149
......@@ -48,7 +48,7 @@ struct SimbricksProtoMemHostIntro {
/** Mask for type value in own_type field */
#define SIMBRICKS_PROTO_MEM_M2H_MSG_READCOMP 0x40
#define SIMBRICKS_PROTO_MEM_M2H_MSG_WRITECOMP 0x40
#define SIMBRICKS_PROTO_MEM_M2H_MSG_WRITECOMP 0x41
struct SimbricksProtoMemM2HReadcomp {
uint64_t req_id;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment