From 2653a0749a1375a4e13242f98635f84504a90902 Mon Sep 17 00:00:00 2001 From: John Reiser Date: Sat, 2 Mar 2019 15:48:44 -0800 Subject: [PATCH] de-tabify modified: stub/src/arch/i386/bxx.S --- src/stub/src/arch/i386/bxx.S | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/stub/src/arch/i386/bxx.S b/src/stub/src/arch/i386/bxx.S index ae540d54..7dd9f3a5 100644 --- a/src/stub/src/arch/i386/bxx.S +++ b/src/stub/src/arch/i386/bxx.S @@ -31,16 +31,16 @@ i386bxx: # (*f_unf)(xo->buf, out_len, h.b_cto8, h.b_ftid); #ifndef NO_METHOD_CHECK cmpl $0x49,4*NBPW(%esp); jne ckend0 # filter: JMP, CALL, 6-byte Jxx #endif - push %ebp; movl %esp,%ebp + push %ebp; movl %esp,%ebp push %ebx # C-language saved regs - push %esi - push %edi + push %esi + push %edi - movl 2*NBPW(%ebp),%esi // src - movl 3*NBPW(%ebp),%ecx // len - movl 4*NBPW(%ebp),%edx // b_cto8 (%dl) + movl 2*NBPW(%ebp),%esi // src + movl 3*NBPW(%ebp),%ecx // len + movl 4*NBPW(%ebp),%edx // b_cto8 (%dl) lea (1- 4)(%esi,%ecx),%ecx # beyond last possible displacement - movl %esi,%ebx // start of buffer + movl %esi,%ebx // start of buffer jmp ckstart ckloop4: cmpl %ecx,%esi; jae ckend @@ -66,10 +66,10 @@ ckstart: cmpl %ecx,%esi; jae ckend lodsb; jmp ckloop2 # 0x0F prefix would overlap previous displacement ckend: - pop %edi - pop %esi + pop %edi + pop %esi pop %ebx - pop %ebp + pop %ebp ckend0: #ifndef NO_METHOD_CHECK ret