Skip to content
Commit e2f5a3c1 authored by Paul Mackerras's avatar Paul Mackerras
Browse files

powerpc/64: Fix bug in setting floating-point exception mode



When loading up the FPU, we were using a 'ld' (load doubleword)
instruction to get the FP exception mode from the thread_struct,
but it's only an int field.  This changes the ld to lwz (load
word and zero-extend).

Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
parent 6cb6524d
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment