It is a NOP
.
The following are typcially used as NOP
. They all do the same thing but they result in machine code of different length. Depending on the alignment requirement one of them is chosen:
xchg eax, eax = 90
mov eax, eax = 89 C0
lea eax, [eax + 0x00] = 8D 40 00
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…