diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2003-01-27 00:06:15 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2003-01-27 00:06:15 +0000 |
commit | 46b058cda306af3146a4cf17d0ab4a3686440590 (patch) | |
tree | 9c47b98f8ae3c883ff7a1d48a89911f50719ce93 /usr.bin/pmdb/arch | |
parent | a4fca38ad07ab520ef51af8e634801e424c2f752 (diff) |
missing $OpenBSD$
Diffstat (limited to 'usr.bin/pmdb/arch')
-rw-r--r-- | usr.bin/pmdb/arch/powerpc/pmdb_machdep.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/pmdb/arch/powerpc/pmdb_machdep.h b/usr.bin/pmdb/arch/powerpc/pmdb_machdep.h index 35b3ada4d11..007a741fd2c 100644 --- a/usr.bin/pmdb/arch/powerpc/pmdb_machdep.h +++ b/usr.bin/pmdb/arch/powerpc/pmdb_machdep.h @@ -1,3 +1,5 @@ +/* $OpenBSD: pmdb_machdep.h,v 1.3 2003/01/27 00:06:14 jason Exp $ */ + #define BREAKPOINT { 0x7C, 0x81, 0x08, 0x08 } #define BREAKPOINT_LEN 4 #define BREAKPOINT_DECR_PC 4 |