mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-18 06:50:08 +00:00
[IA64] Delete a redundant instruction in unaligned_access
unaligned_access does fetch cr.ipsr, then calls dispatch_unaligned_handler, but dispatch_unaligned_handler fetches cr.ipsr again, so delete the first one. Signed-off-by: Zhang Yanmin <yanmin.zhang@intel.com> Signed-off-by: Tony Luck <tony.luck@intel.com>
This commit is contained in:
parent
50e300dead
commit
5d1a88af82
@ -1362,7 +1362,6 @@ END(debug_vector)
|
||||
// 0x5a00 Entry 30 (size 16 bundles) Unaligned Reference (57)
|
||||
ENTRY(unaligned_access)
|
||||
DBG_FAULT(30)
|
||||
mov r16=cr.ipsr
|
||||
mov r31=pr // prepare to save predicates
|
||||
;;
|
||||
br.sptk.many dispatch_unaligned_handler
|
||||
|
Loading…
Reference in New Issue
Block a user