mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-19 09:14:14 +08:00
* 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:
@ -737,6 +737,7 @@ main (int argc, char **argv)
|
||||
|
||||
if (mri_mode)
|
||||
{
|
||||
default_deterministic ();
|
||||
mri_emul ();
|
||||
}
|
||||
else
|
||||
|
Reference in New Issue
Block a user