1
0
mirror of https://github.com/sethm/symon.git synced 2024-06-03 07:29:30 +00:00

Fixed typo

+ Fixed typo in Acia.java statusReg declaration
This commit is contained in:
Izuan Nazrin 2017-05-30 01:14:50 +08:00
parent f2ced29979
commit 356822df71

View File

@ -101,7 +101,7 @@ public abstract class Acia extends Device {
/** /**
* @return The contents of the status register. * @return The contents of the status register.
*/ */
public abstract int statusReg(boolean statusReg); public abstract int statusReg(boolean cpuAccess);
@Override @Override
public String toString() { public String toString() {