Skip to content
Commit 98a9d5f0 authored by Helge Deller's avatar Helge Deller
Browse files

parisc: unaligned: Simplify 32-bit assembly in emulate_std()



No need to extract upper and lower 32bit values of the 64-bit value. Use
gcc's %R1 to access lower 32-bits and %1 to access upper 32-bits
instead.

Signed-off-by: default avatarHelge Deller <deller@gmx.de>
parent 4800a621
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment