diff options
| author | Charles.Forsyth <devnull@localhost> | 2009-06-27 21:08:09 +0000 |
|---|---|---|
| committer | Charles.Forsyth <devnull@localhost> | 2009-06-27 21:08:09 +0000 |
| commit | 7b3bf63c0d3f8b97a41a7022310b70c5d40c6fc6 (patch) | |
| tree | 9169f8693575244e32c6a5737c6e0879a91453ed /Inferno/arm/include/u.h | |
| parent | 7cdb1d14cab5ad4eceb9edfc484ea272cf8a062d (diff) | |
20090627-2207
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; }; }; |
