Shut Travis up.
This commit is contained in:
parent
6e000039e8
commit
8a099925f3
|
@ -343,7 +343,7 @@ void CommandProcessor::MakeCoherent() {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
char* action = "N/A";
|
const char* action = "N/A";
|
||||||
if (status_host & 0x03000000) {
|
if (status_host & 0x03000000) {
|
||||||
action = "VC | TC";
|
action = "VC | TC";
|
||||||
} else if (status_host & 0x02000000) {
|
} else if (status_host & 0x02000000) {
|
||||||
|
|
Loading…
Reference in New Issue