Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 03 Jul 2005 01:11:47 -0000
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/tools/regression/ia64/unaligned test.c
Message-ID:  <200501272246.j0RMkFGI066980@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
marcel      2005-01-27 22:46:15 UTC

  FreeBSD src repository

  Modified files:
    tools/regression/ia64/unaligned test.c 
  Log:
  Fix the unaligned store with post increment test: The misaligned pointer
  stopped pointing to the value the moment we wrote it due to the post
  increment. So, grab the value for comparison out of the data structure
  directly.
  
  Revision  Changes    Path
  1.3       +1 -1      src/tools/regression/ia64/unaligned/test.c




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200501272246.j0RMkFGI066980>