• W
    sbuffer: add sq empty check · 2dcbb932
    William Wang 提交于
    When sbuffer checks if it is empty, it needs to check if sq is also empty
    so there is no pending store. Errors will emerge rarely if we do not
    check sq.
    2dcbb932
LSQWrapper.scala 5.2 KB