* arsup.c (ar_save): Respect the deterministic setting when
reading from an mri script. * ar.c (main): Set the default deterministic mode when reading from an mri script.
This commit is contained in:
parent
c573f27374
commit
5cd84a722e
3 changed files with 13 additions and 2 deletions
|
@ -737,6 +737,7 @@ main (int argc, char **argv)
|
|||
|
||||
if (mri_mode)
|
||||
{
|
||||
default_deterministic ();
|
||||
mri_emul ();
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue