commit | 6f0af537de89d221bc354847e7da5b9dad95b917 | [log] [tgz] |
---|---|---|
author | Emma Anholt <emma@anholt.net> | Fri Sep 10 12:45:20 2021 -0700 |
committer | Chia-I Wu <olvaffe@gmail.com> | Mon Sep 13 17:28:12 2021 +0000 |
tree | 73240bf3d8230d75de35d182efb5f759b90559c7 | |
parent | 318fb537a429ac4c5249f5aa8515b0c11b2bbbe0 [diff] |
vrend: Make the compile failure path return value consistent. It doesn't end up getting used because the sub_ctx->prog check happens first, but let's not return a surprising truthy value from one fail path of a bool function. Reviewed-by: Chia-I Wu <olvaffe@gmail.com>