diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2004-10-29 09:06:05 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2004-10-29 09:06:05 +0000 |
commit | 3add449a170be706377b66bee46af25633bc945c (patch) | |
tree | 7415df14a37624ff0b24fd40bde079927a88c28a /emulators/simh/files/patch-sim_defs.h | |
parent | 975af646f278430e563b72219a2c3055b211eb1a (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_5_3_0'.release/5.3.0
Notes
Notes:
svn path=/head/; revision=120459
svn path=/tags/RELEASE_5_3_0/; revision=120460; tag=release/5.3.0
Diffstat (limited to 'emulators/simh/files/patch-sim_defs.h')
-rw-r--r-- | emulators/simh/files/patch-sim_defs.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/emulators/simh/files/patch-sim_defs.h b/emulators/simh/files/patch-sim_defs.h deleted file mode 100644 index 7e85051e3cff..000000000000 --- a/emulators/simh/files/patch-sim_defs.h +++ /dev/null @@ -1,11 +0,0 @@ ---- sim_defs.h.orig Thu May 2 18:23:02 2002 -+++ sim_defs.h Wed May 22 08:13:27 2002 -@@ -319,7 +319,7 @@ - #define GRDATA(nm,loc,rdx,wd,pos) #nm, &(loc), (rdx), (wd), (pos), 1 - #define BRDATA(nm,loc,rdx,wd,dep) #nm, (loc), (rdx), (wd), 0, (dep) - #define URDATA(nm,loc,rdx,wd,off,dep,fl) \ -- #nm, &(loc), (rdx), (wd), (off), (dep), ((fl) | REG_UNIT) -+ "nm", &(loc), (rdx), (wd), (off), (dep), ((fl) | REG_UNIT) - #else - #define ORDATA(nm,loc,wd) "nm", &(loc), 8, (wd), 0, 1 - #define DRDATA(nm,loc,wd) "nm", &(loc), 10, (wd), 0, 1 |