Fix comment
modified: stub/src/arch/amd64/bxx.S
This commit is contained in:
parent
9651c70efd
commit
254259b354
@ -35,8 +35,9 @@ amdbxx: # (*f_unf)(xo->buf, out_len, h.b_cto8, h.b_ftid);
|
||||
|
||||
#ifndef NO_METHOD_CHECK
|
||||
cmpl $0x49,ftid; jne ckend0 # filter: JMP, CALL, 6-byte Jxx
|
||||
push %rbx # save
|
||||
#endif
|
||||
push %rbx # save
|
||||
|
||||
push %rdi; lea (1 -4)(%rdi,%rsi),%rcx # beyond last possible displacement
|
||||
pop %rsi # start of buffer
|
||||
push %rsi
|
||||
@ -66,9 +67,9 @@ ckstart:
|
||||
cmpq %rcx,%rsi; jae ckend
|
||||
lodsb; jmp ckloop2 # 0x0F prefix would overlap previous displacement
|
||||
ckend:
|
||||
#ifndef NO_METHOD_CHECK
|
||||
pop %rbx # restore
|
||||
ckend0:
|
||||
#ifndef NO_METHOD_CHECK
|
||||
ret
|
||||
#endif
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user