summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/i960/i960.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/i960/i960.h')
-rw-r--r--src/devices/cpu/i960/i960.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/devices/cpu/i960/i960.h b/src/devices/cpu/i960/i960.h
index 9aa873f637f..0fa99b1498e 100644
--- a/src/devices/cpu/i960/i960.h
+++ b/src/devices/cpu/i960/i960.h
@@ -73,12 +73,12 @@ public:
// on the real hardware (e.g. Model 2's interrupt control registers)
void i960_noburst() { m_bursting = 0; }
- void i960_stall()
- {
+ void i960_stall()
+ {
m_stalled = true;
m_IP = m_PIP;
}
-
+
protected:
enum { I960_RCACHE_SIZE = 4 };