Created
June 2, 2018 03:20
-
-
Save joshdover/e0e67fa696823e8b7d06eee6533bdf0c to your computer and use it in GitHub Desktop.
bochs for Mac OS 10.14
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
--- config.cc 2018-06-01 22:18:19.000000000 -0500 | |
+++ config1.cc 2018-06-01 22:18:02.000000000 -0500 | |
@@ -3258,7 +3258,7 @@ | |
fprintf(fp, ", biosdetect=%s", SIM->get_param_enum("biosdetect", base)->get_selected()); | |
- if (SIM->get_param_string("model", base)->getptr()>0) { | |
+ if (SIM->get_param_string("model", base)->getptr() != 0) { | |
fprintf(fp, ", model=\"%s\"", SIM->get_param_string("model", base)->getptr()); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment