提交 56ccd13b 编写于 作者: Y Yinan Xu

difftest: skip amo store

上级 a009af9a
......@@ -155,6 +155,9 @@ store_commit_t store_commit_queue[STORE_QUEUE_SIZE];
static uint64_t head = 0, tail = 0;
void store_commit_queue_push(uint64_t addr, uint64_t data, int len) {
if (cpu.amo) {
return;
}
store_commit_t *commit = store_commit_queue + tail;
assert(!commit->valid);
uint64_t offset = addr % 8ULL;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册