formatting
This commit is contained in:
@@ -294,6 +294,7 @@ string MainLoop::executeRead(vector<string> &args)
|
|||||||
return getResultCode(RESULT_ERR_NOTFOUND);
|
return getResultCode(RESULT_ERR_NOTFOUND);
|
||||||
if (message->getDstAddress()==SYN && dstAddress==SYN)
|
if (message->getDstAddress()==SYN && dstAddress==SYN)
|
||||||
return getResultCode(RESULT_ERR_INVALID_ADDR);
|
return getResultCode(RESULT_ERR_INVALID_ADDR);
|
||||||
|
|
||||||
// read directly from bus
|
// read directly from bus
|
||||||
SymbolString master(true);
|
SymbolString master(true);
|
||||||
istringstream input;
|
istringstream input;
|
||||||
|
|||||||
Reference in New Issue
Block a user