Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-clnp.c packet-icmpv6.c packet-ip.c

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <guy@xxxxxxxxxxxxxxxxxxx>
Date: Wed, 30 Jan 2002 16:58:56 -0600 (CST)
guy         2002/01/30 16:58:56 CST

  Modified files:
    .                    packet-clnp.c packet-icmpv6.c packet-ip.c 
  Log:
  Make some variables volatile because GCC on Digital UNIX complained
  about them being trashed by setjmp/longjmp (does GCC there stuff them
  into registers?  They're bigger than 64 bits, so they don't even fit
  into a single register on Alpha).
  
  Revision  Changes    Path
  1.48      +7 -7      ethereal/packet-clnp.c
  1.65      +7 -7      ethereal/packet-icmpv6.c
  1.159     +7 -7      ethereal/packet-ip.c