--- BasiliskII/src/ether.cpp 2005/03/19 17:43:03 1.14 +++ BasiliskII/src/ether.cpp 2005/06/05 07:03:12 1.15 @@ -453,7 +453,7 @@ void ether_udp_read(uint32 packet, int l * Ethernet packet allocator */ -#if SIZEOF_VOID_P == 4 || REAL_ADDRESSING == 0 +#if SIZEOF_VOID_P != 4 || REAL_ADDRESSING == 0 static uint32 ether_packet = 0; // Ethernet packet (cached allocation) static uint32 n_ether_packets = 0; // Number of ethernet packets allocated so far (should be at most 1)