diff options
author | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2002-05-22 12:15:17 +0000 |
---|---|---|
committer | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2002-05-22 12:15:17 +0000 |
commit | 6028d3f2a349345fd0782cd11cbc3393b15ebb49 (patch) | |
tree | d29ac6480eb16eac64bcbaf7fdb20e6ca1cd0e9f /emulators/simh | |
parent | 2db7ccc2685c550c3cc0920e0d3f13bddab1e4ab (diff) | |
download | ports-6028d3f2a349345fd0782cd11cbc3393b15ebb49.tar.gz ports-6028d3f2a349345fd0782cd11cbc3393b15ebb49.zip |
Notes
Diffstat (limited to 'emulators/simh')
-rw-r--r-- | emulators/simh/files/patch-sim_defs.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/emulators/simh/files/patch-sim_defs.h b/emulators/simh/files/patch-sim_defs.h new file mode 100644 index 000000000000..7e85051e3cff --- /dev/null +++ b/emulators/simh/files/patch-sim_defs.h @@ -0,0 +1,11 @@ +--- 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 |