b43-asm: Change JMP emulation from JE to JEXT
authorMichael Buesch <mb@bu3sch.de>
Sun, 18 May 2008 12:31:19 +0000 (14:31 +0200)
committerMichael Buesch <mb@bu3sch.de>
Sun, 18 May 2008 12:31:19 +0000 (14:31 +0200)
commit7300a854837ee58f13af1e66acd96295b8811d05
treecad4005c7307d898eddb6faa3bb5c20e39923eb2
parent15e6569e86bfc42db9932b3e817161c13d083252
b43-asm: Change JMP emulation from JE to JEXT

The external condition 0x7F is always true. This is what is supposed to be used
for an unconditional jump.

Signed-off-by: Michael Buesch <mb@bu3sch.de>
assembler/main.c