--- np2/mem/x86/dmax86.x86 2005/05/20 13:59:48 1.4 +++ np2/mem/x86/dmax86.x86 2011/02/02 13:50:29 1.5 @@ -7,7 +7,6 @@ section .text extern @i286_memoryread@4 extern @i286_memorywrite@8 - align 16 _dmax86: cmp byte [_dmac + dmac_t.working], byte 0 je short .nowork @@ -16,7 +15,7 @@ _dmax86: cmp byte [_dmac + dmac_t.work .sea: test [_dmac + dmac_t.working], cl jne short .hit add cl, cl - add eax, byte dmach_t.size + add eax, byte dmach_t_size test cl, 15 jne short .sea .nowork: ret @@ -55,5 +54,3 @@ _dmax86: cmp byte [_dmac + dmac_t.work pop edi ret - ends -