blob: fd8eda0eddc95bffc1c4cf9ef096fdbf583b3e47 [file] [log] [blame]
# This test case includes a single case of a load hazard, whereby an
# instruction references a register which is the target of a load.
# The assembler must warn about this!
.data
foodata:
.word 42
.text
lw %31, foodata(%1)
jal footext
footext:
nop