1
0
mirror of https://github.com/rcornwell/sims.git synced 2026-02-06 16:35:31 +00:00

KA10: Removed PACK definitions.

This commit is contained in:
Richard Cornwell
2020-03-12 00:06:43 -04:00
parent 7f93c2b052
commit f365ee6c35
2 changed files with 0 additions and 30 deletions

View File

@@ -198,21 +198,6 @@
#define NIA_CNT_RS8 053 /* Reserved for ucode */
#define NIA_CNT_LEN 054 /* # of counters */
#ifdef _MSC_VER
# define PACKED_BEGIN __pragma( pack(push, 1) )
# define PACKED_END __pragma( pack(pop) )
# define QEMU_PACKED
#else
# define PACKED_BEGIN
#if defined(_WIN32)
# define PACKED_END __attribute__((gcc_struct, packed))
# define QEMU_PACKED __attribute__((gcc_struct, packed))
#else
# define PACKED_END __attribute__((packed))
# define QEMU_PACKED __attribute__((packed))
#endif
#endif
typedef uint32 in_addr_T;
#define ETHTYPE_ARP 0x0806

View File

@@ -130,21 +130,6 @@
#define ILEN u6 /* Size of input buffer in bits */
#ifdef _MSC_VER
# define PACKED_BEGIN __pragma( pack(push, 1) )
# define PACKED_END __pragma( pack(pop) )
# define QEMU_PACKED
#else
# define PACKED_BEGIN
#if defined(_WIN32)
# define PACKED_END __attribute__((gcc_struct, packed))
# define QEMU_PACKED __attribute__((gcc_struct, packed))
#else
# define PACKED_END __attribute__((packed))
# define QEMU_PACKED __attribute__((packed))
#endif
#endif
#define IMP_ARPTAB_SIZE 64
#define IMP_ARP_MAX_AGE 100