summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>1996-11-11 21:24:26 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>1996-11-11 21:24:26 +0000
commit17a55a69418d163f1c9d8982e02e0bad51470d54 (patch)
treebd027579ce93f7f4fd469c484d2a6f1b2ba21ad3 /gnu
parent35ac24c6995c46a7ad8ae23ef5290e8eec7a4a29 (diff)
Notes
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/as/opcode/i386.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/usr.bin/as/opcode/i386.h b/gnu/usr.bin/as/opcode/i386.h
index bb50ebff7381..c6197c00e65e 100644
--- a/gnu/usr.bin/as/opcode/i386.h
+++ b/gnu/usr.bin/as/opcode/i386.h
@@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License
along with GAS; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
-/* $Id: i386.h,v 1.3 1995/05/30 04:48:01 rgrimes Exp $ */
+/* $Id: i386.h,v 1.4 1996/10/01 00:13:48 peter Exp $ */
static const template i386_optab[] = {
@@ -757,6 +757,7 @@ static const reg_entry i386_regtab[] = {
{"ds", SReg2, 3}, {"fs", SReg3, 4}, {"gs", SReg3, 5},
/* control registers */
{"cr0", Control, 0}, {"cr2", Control, 2}, {"cr3", Control, 3},
+ {"cr4", Control, 4},
/* debug registers */
{"db0", Debug, 0}, {"db1", Debug, 1}, {"db2", Debug, 2},
{"db3", Debug, 3}, {"db6", Debug, 6}, {"db7", Debug, 7},