ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/SheepShaver/src/Windows/sysdeps.h
(Generate patch)

Comparing SheepShaver/src/Windows/sysdeps.h (file contents):
Revision 1.4 by gbeauche, 2005-11-27T20:36:30Z vs.
Revision 1.6 by gbeauche, 2006-05-14T15:58:11Z

# Line 52 | Line 52
52  
53   // Use Direct Addressing mode
54   #define DIRECT_ADDRESSING 1
55 < #define NATMEM_OFFSET 0x02000000
55 > #define NATMEM_OFFSET 0x11000000
56  
57   // Always use the complete (non-stubs based) Ethernet driver
58   #if DIRECT_ADDRESSING
# Line 125 | Line 125 | typedef int64 intptr;
125   #error "Unsupported size of pointer"
126   #endif
127  
128 + // Define if the host processor supports fast unaligned load/stores
129 + #if defined __i386__ || defined __x86_64__
130 + #define UNALIGNED_PROFITABLE 1
131 + #endif
132 +
133  
134   /**
135   *              Helper functions to byteswap data

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines