Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 252954
b: refs/heads/master
c: 603d04b
h: refs/heads/master
v: v3
  • Loading branch information
Mike Frysinger authored and Linus Torvalds committed Jun 1, 2011
1 parent 117fe73 commit ce5f041
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e12ca23d41bd157354a5d1aadff30211a410c53a
refs/heads/master: 603d04b2010976a52f62b7633f9999d104046900
5 changes: 4 additions & 1 deletion trunk/drivers/misc/kgdbts.c
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,10 @@ static int check_and_rewind_pc(char *put_str, char *arg)
return 1;
}
/* Readjust the instruction pointer if needed */
instruction_pointer_set(&kgdbts_regs, ip + offset);
ip += offset;
#ifdef GDB_ADJUSTS_BREAK_OFFSET
instruction_pointer_set(&kgdbts_regs, ip);
#endif
return 0;
}

Expand Down

0 comments on commit ce5f041

Please sign in to comment.