Manage to make new bugs while doing that

This commit is contained in:
Hansung Kim
2023-04-18 00:14:33 -07:00
parent 65a22b7fcb
commit 322f340657

View File

@@ -802,7 +802,7 @@ class MemTraceLogger(
def tlAOpcodeIsStore(opcode: UInt): Bool = {
assert(
opcode === TLMessages.PutFullData || opcode === TLMessages.PutPartialData,
opcode === TLMessages.PutFullData || opcode === TLMessages.Get,
"unhandled TL A opcode found"
)
opcode === TLMessages.PutFullData