-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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.
- Loading branch information
1 parent
c573f27
commit 5cd84a7
Showing
3 changed files
with
13 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,10 @@ | ||
2013-10-01 Cory Fields <[email protected]> | ||
|
||
* 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. | ||
|
||
2013-10-01 Jan-Benedict Glaw <[email protected]> | ||
|
||
* dwarf.c (SAFE_BYTE_GET): Fix argument check. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -737,6 +737,7 @@ main (int argc, char **argv) | |
|
||
if (mri_mode) | ||
{ | ||
default_deterministic (); | ||
mri_emul (); | ||
} | ||
else | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters