summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/cpu/a29k/a29k.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/score/cpu/a29k/a29k.h')
-rw-r--r--c/src/exec/score/cpu/a29k/a29k.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/c/src/exec/score/cpu/a29k/a29k.h b/c/src/exec/score/cpu/a29k/a29k.h
index c2fa60cd08..f948abe5e4 100644
--- a/c/src/exec/score/cpu/a29k/a29k.h
+++ b/c/src/exec/score/cpu/a29k/a29k.h
@@ -10,7 +10,7 @@
* $Id$
*
*/
-/* @(#)a29k.h 09/12/96 1.2 */
+/* @(#)a29k.h 10/21/96 1.3 */
#ifndef _INCLUDE_A29K_h
#define _INCLUDE_A29K_h
@@ -67,6 +67,12 @@ extern "C" {
#define CPU_NAME "AMD 29K"
+/*
+ * Some bits in the CPS:
+ */
+#define TD 0x20000
+#define DI 0x00002
+
#ifdef __cplusplus
}
#endif