diff options
Diffstat (limited to 'Inferno/arm/include/u.h')
| -rw-r--r-- | Inferno/arm/include/u.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Inferno/arm/include/u.h b/Inferno/arm/include/u.h index 2ab381d2..e3d6e897 100644 --- a/Inferno/arm/include/u.h +++ b/Inferno/arm/include/u.h @@ -44,9 +44,9 @@ typedef unsigned long uintptr; union FPdbleword { double x; - struct { /* big endian (on 7500) */ - ulong hi; + struct { /* little endian (on VFP and now in software) */ ulong lo; + ulong hi; }; }; |
