mirror of
https://github.com/rcornwell/sims.git
synced 2026-04-14 23:58:21 +00:00
IBM360: Fixed stack smash bug.
This commit is contained in:
@@ -502,6 +502,7 @@ if (sw & SWMASK ('C')) {
|
||||
fputc('\'', of);
|
||||
} else if (sw & SWMASK ('M')) {
|
||||
i = 0;
|
||||
l = 0;
|
||||
if ((inst & 0xC0) == 0xC0) {
|
||||
num = (uint32)(val[i++] << 8);
|
||||
num |= (uint32)val[i++];
|
||||
|
||||
Reference in New Issue
Block a user