Skip to content
Snippets Groups Projects
Commit 0c770ba6 authored by Wesley W. Terpstra's avatar Wesley W. Terpstra
Browse files

Start cursor at head

parent e3c7f476
Branches
Tags
No related merge requests found
......@@ -342,8 +342,8 @@ void eb_device_flush(eb_device_t devicep) {
/* Setup a response */
response->deadline = aux->time_cache + 5;
response->cycle = cyclep;
response->write_cursor = operationp;
response->status_cursor = needs_check ? operationp : EB_NULL;
response->write_cursor = cycle->first;
response->status_cursor = needs_check ? cycle->first : EB_NULL;
/* Claim response address */
response->address = aux->rba;
......
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