mirror of
https://github.com/yasm/yasm
synced 2026-08-26 22:26:05 -04:00
This was broken because I had precbc and precbc2 purposes swapped in the optimizer. svn path=/branches/new-optimizer/; revision=1584
9 lines
99 B
NASM
9 lines
99 B
NASM
label1:
|
|
je label3
|
|
times 124 nop
|
|
label2:
|
|
je label4
|
|
label3:
|
|
times 128 nop
|
|
label4:
|
|
push label2-label1
|