ldi add finished
[calu.git] / cpu / src / alu_b.vhd
index 1bb83deb477674721e073482c8e639a1aedd5f36..634c7d1605504d5127b136c82c8828fc3fbcdb9a 100755 (executable)
@@ -102,7 +102,7 @@ begin
                result_v := shift_result;
         when LDST_OP =>
                 if op_detail(IMM_OPT) = '1' then
-                        result_v := right_operand;
+                        result_v.result := right_operand;
                 end if;\r
        end case;\r
        \r