forked from OSchip/llvm-project
parent
34d93f8572
commit
e79a4e667b
|
@ -173,7 +173,7 @@ SVal RegionStoreManager::getLValueField(const GRState* St, SVal Base,
|
|||
return Base;
|
||||
|
||||
default:
|
||||
assert("Unhandled Base.");
|
||||
assert(0 && "Unhandled Base.");
|
||||
return Base;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue