diff options
author | WANG Xuerui <git@xen0n.name> | 2025-03-24 15:54:25 +0800 |
---|---|---|
committer | cailulu <cailulu@loongson.cn> | 2025-03-26 15:49:58 +0800 |
commit | 6d1823dc899bb0df45a79c32ea4ef571c1414fcb (patch) | |
tree | df99527365ca0d33b5d85d94e3b43db82636af8d /gdb/testsuite/gdb.dwarf2/dw2-ref-missing-frame-func.c | |
parent | a393de33f2b3e8ddbf618ec84a0f9032f0efa859 (diff) | |
download | binutils-master.zip binutils-master.tar.gz binutils-master.tar.bz2 |
Turns out the return value of parse_loongarch_dis_option acts as an
error code, and previously the function always signified failure with
a non-zero return value, making only the first disassembly option get
to take effect.
Fix by adding the missing `return 0`'s to the two success code paths.
Signed-off-by: WANG Xuerui <git@xen0n.name>
Diffstat (limited to 'gdb/testsuite/gdb.dwarf2/dw2-ref-missing-frame-func.c')
0 files changed, 0 insertions, 0 deletions