[IA64] Extract correct break number for break.b
authorKeith Owens <kaos@sgi.com>
Sat, 28 May 2005 06:09:00 +0000 (23:09 -0700)
committerTony Luck <tony.luck@intel.com>
Wed, 8 Jun 2005 19:25:24 +0000 (12:25 -0700)
break.b does not store the break number in cr.iim, instead it stores 0,
which makes all break.b instructions look like BUG().  Extract the
break number from the instruction itself.

Signed-off-by: Keith Owens <kaos@sgi.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>

No differences found