Upstream: https://gitlab.com/qemu-project/qemu.git Upstream-Commit: d2e570cc0f97b936902a5b1b86b73c0f5998b475
11 lines
180 B
Plaintext
11 lines
180 B
Plaintext
// error_propagate() already ignores local_err==NULL, so there's
|
|
// no need to check it before calling.
|
|
|
|
@@
|
|
identifier L;
|
|
expression E;
|
|
@@
|
|
-if (L) {
|
|
error_propagate(E, L);
|
|
-}
|