convergence.asm: add test of jmp to an absolute address

A JMP to an absolute address can't be short.  Thus, we must not try to
make it so.
This commit is contained in:
H. Peter Anvin 2009-02-23 17:47:25 -08:00
parent a5869fb666
commit 130360f8f5

View File

@ -32,3 +32,6 @@ corge1:
add eax, corge2 - corge1
times 124 nop
corge2:
; this needs to actually *work*...
jmp 12345