diff options
Diffstat (limited to 'src/pkg/runtime/arch_386.h')
| -rw-r--r-- | src/pkg/runtime/arch_386.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pkg/runtime/arch_386.h b/src/pkg/runtime/arch_386.h index a0798f99e9..cb9d64a70c 100644 --- a/src/pkg/runtime/arch_386.h +++ b/src/pkg/runtime/arch_386.h @@ -1,4 +1,5 @@ enum { thechar = '8', + BigEndian = 0, CacheLineSize = 64 }; |
