diff options
Diffstat (limited to 'kern/tru64')
-rw-r--r-- | kern/tru64/tru64_system.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kern/tru64/tru64_system.cc b/kern/tru64/tru64_system.cc index 5493139ee..0380c9478 100644 --- a/kern/tru64/tru64_system.cc +++ b/kern/tru64/tru64_system.cc @@ -168,6 +168,7 @@ CREATE_SIM_OBJECT(Tru64System) p->system_rev = system_rev; p->bin = bin; p->binned_fns = binned_fns; + p->bin_int = false; return new Tru64System(p); } |