summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include/reg.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/amd64/include/reg.h')
-rw-r--r--sys/amd64/include/reg.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/amd64/include/reg.h b/sys/amd64/include/reg.h
index 55f1556..969df87 100644
--- a/sys/amd64/include/reg.h
+++ b/sys/amd64/include/reg.h
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)reg.h 5.5 (Berkeley) 1/18/91
- * $Id: reg.h,v 1.3 1993/11/07 17:43:07 wollman Exp $
+ * $Id: reg.h,v 1.4 1993/11/16 09:54:57 davidg Exp $
*/
#ifndef _MACHINE_REG_H_
@@ -60,6 +60,8 @@
#define tECX (8)
#define tEAX (9)
+#define tERR (11)
+
#define tEIP (12)
#define tCS (13)
#define tEFLAGS (14)
OpenPOWER on IntegriCloud