ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/ether.cpp
(Generate patch)

Comparing BasiliskII/src/ether.cpp (file contents):
Revision 1.14 by gbeauche, 2005-03-19T17:43:03Z vs.
Revision 1.15 by gbeauche, 2005-06-05T07:03:12Z

# Line 453 | Line 453 | void ether_udp_read(uint32 packet, int l
453   *  Ethernet packet allocator
454   */
455  
456 < #if SIZEOF_VOID_P == 4 || REAL_ADDRESSING == 0
456 > #if SIZEOF_VOID_P != 4 || REAL_ADDRESSING == 0
457   static uint32 ether_packet = 0;                 // Ethernet packet (cached allocation)
458   static uint32 n_ether_packets = 0;              // Number of ethernet packets allocated so far (should be at most 1)
459  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines