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.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/devices/cpu/i960/i960.h b/src/devices/cpu/i960/i960.h
index 5880c0aa484..a5592e0f96e 100644
--- a/src/devices/cpu/i960/i960.h
+++ b/src/devices/cpu/i960/i960.h
@@ -106,10 +106,10 @@ private:
void burst_stall_save(uint32_t t1, uint32_t t2, int index, int size, bool iswriteop);
struct {
- uint32_t t1,t2;
- int index,size;
- bool burst_mode;
- bool iswriteop;
+ uint32_t t1,t2 = 0;
+ int index,size = 0;
+ bool burst_mode = 0;
+ bool iswriteop = 0;
}m_stall_state;
bool m_stalled;