[stage2] Invert a few checks

This commit is contained in:
Luke Street
2018-05-15 14:40:18 -04:00
parent 62ebf20e25
commit f5ab896343
2 changed files with 2 additions and 2 deletions

View File

@@ -220,7 +220,7 @@ void load_payload(const char *bct0) {
generic_panic();
}
if (ctx->chainload_entrypoint == 0 || ctx->nb_files_to_load > 0) {
if (ctx->chainload_entrypoint != 0 || ctx->nb_files_to_load > 0) {
printf("Error: loadlist must be empty when booting Horizon!\n");
generic_panic();
}