Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 64201
b: refs/heads/master
c: 9c5f225
h: refs/heads/master
i:
  64199: 10d0860
v: v3
  • Loading branch information
David Wilder authored and Martin Schwidefsky committed Aug 22, 2007
1 parent 0c5d130 commit b023eca
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 9b5a03e198c951225d0deb05f3107a4631791266
refs/heads/master: 9c5f225f1a2c67c57ff5dfbe0589de20c5706a16
2 changes: 1 addition & 1 deletion trunk/arch/s390/kernel/kprobes.c
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ void __kprobes get_instruction_type(struct arch_specific_insn *ainsn)
ainsn->reg = (*ainsn->insn & 0xf0) >> 4;

/* save the instruction length (pop 5-5) in bytes */
switch (*(__u8 *) (ainsn->insn) >> 4) {
switch (*(__u8 *) (ainsn->insn) >> 6) {
case 0:
ainsn->ilen = 2;
break;
Expand Down

0 comments on commit b023eca

Please sign in to comment.