Skip to content
Snippets Groups Projects
Commit 0b627b83 authored by Pavel Pisa's avatar Pavel Pisa
Browse files

Merge branch 'dupakjak-master-patch-93765' into 'master'

lw-hazards.S: fix register notation in lw

See merge request b35apo/stud-support!2
parents 828177ed 5d6ba983
Branches master
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
li s4, 0x44444444 li s4, 0x44444444
li s5, 0x55555555 li s5, 0x55555555
lw s0, 40(0) lw s0, 40(x0)
and t0, s0, s1 and t0, s0, s1
or t1, s4, s0 or t1, s4, s0
sub t2, s0, s5 sub t2, s0, s5
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment