Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/test-dwarf/tcf/backend/backend.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-dwarf/tcf/backend/backend.c b/tests/test-dwarf/tcf/backend/backend.c
index 10eaae6e..7b8b385e 100644
--- a/tests/test-dwarf/tcf/backend/backend.c
+++ b/tests/test-dwarf/tcf/backend/backend.c
@@ -961,7 +961,7 @@ static void next_pc(void) {
}
next_pc = area.end_address;
if (next_pc > 0) next_pc += test_cnt % 6;
- else next_pc = pc + 16;
+ else next_pc = pc + 8;
if (area.start_line > 0) {
char * elf_file_name = tmp_strdup(area.file);
if (area.start_address > pc || area.end_address <= pc) {

Back to the top