diff --git a/src/code/float-trap.lisp b/src/code/float-trap.lisp
index 0d9fd340544819f33ae4a42e7edd68100a1fa6e5..4cdf6365141d85c0e0eff611d82d829b9df291e3 100644
--- a/src/code/float-trap.lisp
+++ b/src/code/float-trap.lisp
@@ -397,7 +397,8 @@
 		   (unwind-protect
 			(progn
 			  (setf (floating-point-modes)
-				(,',logical-op ,orig-modes ,(logand trap-mask exception-mask)))
+				(ldb (byte 24 0)
+				     (,',logical-op ,orig-modes ,(logand trap-mask exception-mask))))
 			  ,@body)
 		     ;; Restore the original traps and exceptions.
 		     (setf (floating-point-modes)