You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
388 B
14 lines
388 B
24 years ago
|
--- process.c.orig Fri Aug 3 13:51:28 2001
|
||
|
+++ process.c Sat Nov 24 19:40:05 2001
|
||
|
@@ -1771,7 +1771,9 @@
|
||
|
{ PT_READ_D, "PT_READ_D" },
|
||
|
{ PT_WRITE_I, "PT_WRITE_I" },
|
||
|
{ PT_WRITE_D, "PT_WRITE_D" },
|
||
|
- { PT_READ_U, "PT_WRITE_U" },
|
||
|
+#ifdef PT_READ_U
|
||
|
+ { PT_READ_U, "PT_READ_U" },
|
||
|
+#endif
|
||
|
{ PT_CONTINUE, "PT_CONTINUE" },
|
||
|
{ PT_KILL, "PT_KILL" },
|
||
|
{ PT_STEP, "PT_STEP" },
|