Skip to content

Commit b9349a5

Browse files
paniakin-awsSuraj Jitindar Singh
authored andcommitted
Revert "objtool: Propagate early errors"
This reverts commit 21f99a5.
1 parent 65d515c commit b9349a5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tools/objtool/objtool.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,5 +146,7 @@ int main(int argc, const char **argv)
146146
exec_cmd_init("objtool", UNUSED, UNUSED, UNUSED);
147147
pager_init(UNUSED);
148148

149-
return objtool_run(argc, argv);
149+
objtool_run(argc, argv);
150+
151+
return 0;
150152
}

0 commit comments

Comments
 (0)