From owner-freebsd-commit Sun May 14 15:25:30 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id PAA02549 for commit-outgoing; Sun, 14 May 1995 15:25:30 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id PAA02532 for cvs-sys-outgoing; Sun, 14 May 1995 15:25:21 -0700 Received: (from davidg@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id PAA02519 ; Sun, 14 May 1995 15:25:14 -0700 Date: Sun, 14 May 1995 15:25:14 -0700 From: David Greenman Message-Id: <199505142225.PAA02519@freefall.cdrom.com> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/include cpufunc.h Sender: commit-owner@FreeBSD.org Precedence: bulk davidg 95/05/14 15:25:13 Modified: sys/i386/include cpufunc.h Log: Added apersand constraint to make sure that the source and destination registers aren't combined. Reviewed by: Bruce Evans and David Greenman Submitted by: John Dyson