* 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:
Nick Clifton 2013-10-01 13:44:37 +00:00
parent c573f27374
commit 5cd84a722e
3 changed files with 13 additions and 2 deletions

View file

@ -737,6 +737,7 @@ main (int argc, char **argv)
if (mri_mode)
{
default_deterministic ();
mri_emul ();
}
else