MIPS: uasm: add a label variant of beq
authorPaul Burton <paul.burton@imgtec.com>
Tue, 24 Dec 2013 03:51:39 +0000 (03:51 +0000)
committerPaul Burton <paul.burton@imgtec.com>
Wed, 28 May 2014 15:20:25 +0000 (16:20 +0100)
This patch allows for use of the beq instruction with labels from uasm,
much as bne & others already do. It will be used by a subsequent patch.

Signed-off-by: Paul Burton <paul.burton@imgtec.com>

No differences found