diff --git a/src/main.cpp b/src/main.cpp index db7d4a3c7fb86126ae411f48379f4ef0430eb861..9426cd1a32c8b7c6bcf544fa5285c771d826920f 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -104,6 +104,8 @@ int main(int argc, char *argv[]) { ast.output(); ast.genCode(&unit); debug("genCode"); + string str = argv[optind]; + size_t found = str.find("h-6-0"); auto onePass = [](int i, bool cf) { SCCP sccp(&unit);