mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
f865cda094
Obtained from: Peter Edwards, DERA
21 lines
689 B
Plaintext
21 lines
689 B
Plaintext
--- src/installers/80x86/common/codec.c.orig Sat Jan 17 17:55:51 1998
|
|
+++ src/installers/80x86/common/codec.c Wed Jun 3 14:27:33 1998
|
|
@@ -267,7 +267,7 @@
|
|
qw.where_exp = copyexp (dest.where_exp);
|
|
else
|
|
qw.where_exp = copyexp (reg0.where_exp);
|
|
- sh (qw.where_exp) = sha;
|
|
+ sh (qw.where_exp) = sh(a);
|
|
qw.where_off = 0;
|
|
coder (qw, stack, a);
|
|
(*op) (sha, qw, mw (b, 0), dest);
|
|
@@ -280,7 +280,7 @@
|
|
qw.where_exp = copyexp (dest.where_exp);
|
|
else
|
|
qw.where_exp = copyexp (reg0.where_exp);
|
|
- sh (qw.where_exp) = sha;
|
|
+ sh (qw.where_exp) = sh(b);
|
|
qw.where_off = 0;
|
|
coder (qw, stack, b);
|
|
(*op) (sha, mw (a, 0), qw, dest);
|