aboutsummaryrefslogtreecommitdiff
path: root/libexec/rtld-aout/i386/md.h
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/rtld-aout/i386/md.h')
-rw-r--r--libexec/rtld-aout/i386/md.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/rtld-aout/i386/md.h b/libexec/rtld-aout/i386/md.h
index ca46e81f6c36..714073bbbbd5 100644
--- a/libexec/rtld-aout/i386/md.h
+++ b/libexec/rtld-aout/i386/md.h
@@ -1,5 +1,5 @@
/*
- * $Id: md.h,v 1.2 1993/11/09 04:19:17 paul Exp $ - I386 dependent definitions
+ * $Id: md.h,v 1.3 1993/11/22 19:05:24 jkh Exp $ - I386 dependent definitions
*/
@@ -50,7 +50,7 @@ typedef struct jmpslot {
#define NOP 0x90
#define CALL 0xe890 /* NOP + CALL opcode */
#define JUMP 0xe990 /* NOP + JMP opcode */
-#define BPT 0xcc /* breakpoint: INT 3 */
+#define TRAP 0xcc /* INT 3 */
/*
* Byte swap defs for cross linking