[PARISC] a and b in "break a,b" message were swapped
And clean up 32/64bit branch assembler statements Signed-off-by: Helge Deller <deller@gmx.de> Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>
This commit is contained in:

committed by
Kyle McMartin

parent
0c2de3c6c4
commit
df47b4386a
@@ -316,7 +316,7 @@ static void handle_break(struct pt_regs *regs)
|
||||
#ifdef PRINT_USER_FAULTS
|
||||
if (unlikely(iir != GDB_BREAK_INSN)) {
|
||||
printk(KERN_DEBUG "break %d,%d: pid=%d command='%s'\n",
|
||||
(iir>>13) & ((1<<13)-1), iir & 31,
|
||||
iir & 31, (iir>>13) & ((1<<13)-1),
|
||||
current->pid, current->comm);
|
||||
show_regs(regs);
|
||||
}
|
||||
|
Reference in New Issue
Block a user