]> git.ipfire.org Git - thirdparty/qemu.git/blobdiff - target-arm/nwfpe/fpsr.h
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
[thirdparty/qemu.git] / target-arm / nwfpe / fpsr.h
index 6dafb0f5243cae5bef2b7d8077fbc3d1d24df125..0c665431ebc4750e733cd690cadfa6a23dde2047 100644 (file)
@@ -30,7 +30,7 @@ one byte.
        EXCEPTION TRAP ENABLE BYTE
        SYSTEM CONTROL BYTE
        CUMULATIVE EXCEPTION FLAGS BYTE
-       
+
 The FPCR is a 32 bit register consisting of bit flags.
 */
 
@@ -43,7 +43,7 @@ typedef unsigned int FPCR;  /* type for floating point control register */
 
 #define MASK_SYSID             0xff000000
 #define BIT_HARDWARE           0x80000000
-#define FP_EMULATOR            0x01000000      /* System ID for emulator */ 
+#define FP_EMULATOR            0x01000000      /* System ID for emulator */
 #define FP_ACCELERATOR         0x81000000      /* System ID for FPA11 */
 
 /* EXCEPTION TRAP ENABLE BYTE