mirror of
https://github.com/prirun/p50em.git
synced 2026-03-06 02:38:57 +00:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7059340ad4 |
6
em.c
6
em.c
@@ -4770,6 +4770,12 @@ int main (int argc, char **argv) {
|
|||||||
for (i=0; i<9; i++)
|
for (i=0; i<9; i++)
|
||||||
rvec[i] = swap16(rvec[i]);
|
rvec[i] = swap16(rvec[i]);
|
||||||
|
|
||||||
|
if (rvec[3] != 0) {
|
||||||
|
if (rvec[2] > rvec[1]) {
|
||||||
|
rvec[0] += rvec[3];
|
||||||
|
rvec[1] += rvec[3];
|
||||||
|
}
|
||||||
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|
||||||
/* If no filename follows -boot, then the sense switches are used to
|
/* If no filename follows -boot, then the sense switches are used to
|
||||||
|
|||||||
Reference in New Issue
Block a user