blob: c4170a075a7b6a1578b466819b5622bb97f1de48 [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 %31,footext
footext:
nop