mirror of
https://github.com/pkimpel/retro-b5500.git
synced 2026-02-26 09:03:37 +00:00
Correct typos introduced during packaging of release 0.20.
This commit is contained in:
@@ -2813,7 +2813,7 @@ B5500Processor.prototype.doublePrecisionMultiply = function doublePrecisionMulti
|
||||
this.I = (this.I & 0x0F) | 0xB0; // set I05/6/8: exponent-overflow
|
||||
this.cc.signalInterrupt();
|
||||
}
|
||||
/********** dumpState("Exponent Overflow in DLM"); ************************************//
|
||||
/********** dumpState("Exponent Overflow in DLM"); ************************************/
|
||||
} else if (eb < 0) {
|
||||
if (eb >= -63) {
|
||||
eb = (-eb) | 0x40; // set the exponent sign bit
|
||||
|
||||
@@ -633,7 +633,7 @@ window.addEventListener("load", function() {
|
||||
<td id=PABZ>PABZ <!-- Processor A busy *** debug *** -->
|
||||
<td id=PBBZ>PBBZ <!-- Processor B busy *** debug *** -->
|
||||
<td id=procSlack>
|
||||
<td>%
|
||||
<td class=busy>%
|
||||
<td class=statLabel title="Percentage of time Processor A is throttling its performance">P1 Slack
|
||||
<tr id=CCPeripheralRow>
|
||||
<td id=DRA>DRA <!-- 31 -->
|
||||
@@ -668,7 +668,7 @@ window.addEventListener("load", function() {
|
||||
<td id=MTS>MTS <!-- 33 -->
|
||||
<td id=MTT>MTT <!-- 32 -->
|
||||
<td id=procDelay>
|
||||
<td>ms
|
||||
<td class=busy>ms
|
||||
<td class=statLabel title="Average excess throttling delay for Processor A (ms)">P1 Delay
|
||||
</table>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user