Added new IBM PC AT configuration (8Mhz model, currently not booting)
This commit is contained in:
parent
93f5999b03
commit
093099d980
38 changed files with 3848 additions and 1558 deletions
|
|
@ -272,7 +272,8 @@ Component.assert = function(f, s)
|
|||
/*
|
||||
* TODO: An accompanying source file/line number/function call would be nice, if there was a browser-independent way....
|
||||
*/
|
||||
Component.log(s || "assertion failure");
|
||||
if (!s) s = "assertion failure";
|
||||
Component.log(s);
|
||||
throw new Error(s);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue