X-Git-Url: https://mograsim.net/gitweb/?a=blobdiff_plain;f=net.mograsim.machine%2Fsrc%2Fnet%2Fmograsim%2Fmachine%2Fmi%2Fcomponents%2FCoreMicroInstructionMemory.java;h=60902af288440f3e3c5792f2aa493617273f6c80;hb=4294019fb99a78ffa6802c0765e4efb7f96bd880;hp=a958dc20f711f424603d69866d58b6764eb23a1e;hpb=7b04f19d857431338d2ae17ffcc1b706f4cbce1a;p=Mograsim.git diff --git a/net.mograsim.machine/src/net/mograsim/machine/mi/components/CoreMicroInstructionMemory.java b/net.mograsim.machine/src/net/mograsim/machine/mi/components/CoreMicroInstructionMemory.java index a958dc20..60902af2 100644 --- a/net.mograsim.machine/src/net/mograsim/machine/mi/components/CoreMicroInstructionMemory.java +++ b/net.mograsim.machine/src/net/mograsim/machine/mi/components/CoreMicroInstructionMemory.java @@ -23,6 +23,7 @@ public class CoreMicroInstructionMemory extends BasicCoreComponent this.memory = memory; this.data = data; this.address = address; + address.registerObserver(this); } public MicroInstructionMemory getMemory()