Fix #endif placement

This commit is contained in:
Eddie Hung 2018-11-27 18:11:19 -08:00
parent 212b03999b
commit 13e7798b34

View File

@ -332,8 +332,8 @@ Arch::Arch(ArchArgs args) : args(args)
nextpnr_binary_oarchive oa(fofs, this); nextpnr_binary_oarchive oa(fofs, this);
oa << torc_info; oa << torc_info;
} }
}
#endif #endif
}
} else { } else {
log_error("Unsupported XC7 chip type.\n"); log_error("Unsupported XC7 chip type.\n");
} }